#2B5009

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

Shades of Turtle Green #2B5009

Tints of Turtle Green #2B5009

Color information

#2B5009 (or 0x2B5009) is unknown color: approx Turtle Green. HEX triplet: 2B, 50 and 09. RGB value is (43,80,9). Sum of RGB (Red+Green+Blue) = 43+80+9=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5009 is #D4AFF6. Grayscale: #3D3D3D. Windows color (decimal): -13938679 or 610347. OLE color: 610347.

HSL color Cylindrical-coordinate representation of color #2B5009: hue angle of 91.27º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B5009 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB43809-
CMYK0.4600.890.69
HSL91.27º79.78%17.45%-
HSV(B)91.27º88.75%31.37%-
XYZ3.916.271.26-
YUV60.8498.74115.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.58%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=32.58%
G=60.61%
B=6.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal438090.4600.890.6991.2779.7817.45
Hex2B5092E059455b5011
Octal531201156013110513312021
Binary101011101000010011011100101100110001011011011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,9); }

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

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

 a { background-color: rgb(43,80,9); }

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

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

 span { border-color: rgb(43,80,9); }

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