#2F5009

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

Shades of Turtle Green #2F5009

Tints of Turtle Green #2F5009

Color information

#2F5009 (or 0x2F5009) is unknown color: approx Turtle Green. HEX triplet: 2F, 50 and 09. RGB value is (47,80,9). Sum of RGB (Red+Green+Blue) = 47+80+9=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5009 is #D0AFF6. Grayscale: #3E3E3E. Windows color (decimal): -13676535 or 610351. OLE color: 610351.

HSL color Cylindrical-coordinate representation of color #2F5009: hue angle of 87.89º 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 #2F5009 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB47809-
CMYK0.4100.890.69
HSL87.89º79.78%17.45%-
HSV(B)87.89º88.75%31.37%-
XYZ4.096.361.27-
YUV62.0498.07117.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.56%
GREEN value IS 80 (31.64% from 255) = 58.82%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=34.56%
G=58.82%
B=6.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal478090.4100.890.6987.8979.7817.45
Hex2F5092905945585011
Octal571201151013110513012021
Binary101111101000010011010010101100110001011011000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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