#2B5605

Color #2B5605 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #2B5605

Tints of Turtle Green #2B5605

Color information

#2B5605 (or 0x2B5605) is unknown color: approx Turtle Green. HEX triplet: 2B, 56 and 05. RGB value is (43,86,5). Sum of RGB (Red+Green+Blue) = 43+86+5=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5605 is #D4A9FA. Grayscale: #404040. Windows color (decimal): -13937147 or 349739. OLE color: 349739.

HSL color Cylindrical-coordinate representation of color #2B5605: hue angle of 91.85º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B5605 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB43865-
CMYK0.5000.940.66
HSL91.85º89.01%17.84%-
HSV(B)91.85º94.19%33.73%-
XYZ4.357.181.3-
YUV63.9194.75113.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 32.09%
GREEN value IS 86 (33.98% from 255) = 64.18%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=32.09%
G=64.18%
B=3.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal438650.5000.940.6691.8589.0117.84
Hex2B5653205E425c5912
Octal53126562013610213413122
Binary10101110101101011100100101111010000101011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B5605; }

 p { color: rgb(43,86,5); }

 H1.HeaderClassName
 {
   color: #2B5605;
 }
 .AnyTagClassName
 {
   color: #2B5605;
 }
</style>
background-color css

<style>
 a { background-color: #2B5605; }

 a { background-color: rgb(43,86,5); }

 div.DivClassName
 {
   background-color: #2B5605;
 }
 .BgClassName
 {
   background-color: #2B5605;
 }
</style>
border-color css

<style>
 span { border-color: #2B5605; }

 span { border-color: rgb(43,86,5); }

 td.TdClassName
 {
   border-color: #2B5605;
 }
 .TagClassName
 {
   border-color: #2B5605;
 }
</style>