#2B5506

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

Shades of Turtle Green #2B5506

Tints of Turtle Green #2B5506

Color information

#2B5506 (or 0x2B5506) is unknown color: approx Turtle Green. HEX triplet: 2B, 55 and 06. RGB value is (43,85,6). Sum of RGB (Red+Green+Blue) = 43+85+6=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5506 is #D4AAF9. Grayscale: #3F3F3F. Windows color (decimal): -13937402 or 415019. OLE color: 415019.

HSL color Cylindrical-coordinate representation of color #2B5506: hue angle of 91.9º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B5506 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB43856-
CMYK0.4900.930.67
HSL91.9º86.81%17.84%-
HSV(B)91.9º92.94%33.33%-
XYZ4.287.021.3-
YUV63.4495.59113.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.09%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=32.09%
G=63.43%
B=4.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal438560.4900.930.6791.986.8117.84
Hex2B5563105D435c5712
Octal53125661013510313412722
Binary10101110101011101100010101110110000111011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,85,6); }

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

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

 a { background-color: rgb(43,85,6); }

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

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

 span { border-color: rgb(43,85,6); }

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