Shades of Turtle Green #2F4009
Tints of Turtle Green #2F4009
RGB
CMYK
RGB Variations
Color information
#2F4009 (or 0x2F4009) is known color: Turtle Green. HEX triplet: 2F, 40 and 09. RGB value is (47,64,9). Sum of RGB (Red+Green+Blue) = 47+64+9=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4009 is #D0BFF6. Grayscale: #343434. Windows color (decimal): -13680631 or 606255. OLE color: 606255.
HSL color Cylindrical-coordinate representation of color #2F4009: hue angle of 78.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F4009 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 9 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.75 |
| HSL | 78.55º | 0.75% | 0.14% | - |
| HSV(B) | 78.55º | 0.86% | 0.25% | - |
| XYZ | 3.05 | 4.29 | 0.93 | - |
| YUV | 52.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 9 | 0.27 | 0 | 0.86 | 0.75 | 78.55 | 0.75 | 0.14 |
| Hex | 2F | 40 | 9 | 1B | 0 | 56 | 4B | 4F | 4B | E |
| Octal | 57 | 100 | 11 | 33 | 0 | 126 | 113 | 117 | 113 | 16 |
| Binary | 101111 | 1000000 | 1001 | 11011 | 0 | 1010110 | 1001011 | 1001111 | 1001011 | 1110 |
Color Harmonies of #2F4009
Complementary color
Monochromatic Colors of #2F4009
Black with #2F4009
Text Example
Text Example
White with #2F4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4009; }
p { color: rgb(47,64,9); }
H1.HeaderClassName
{
color: #2F4009;
}
.AnyTagClassName
{
color: #2F4009;
}
</style>
background-color css
<style>
a { background-color: #2F4009; }
a { background-color: rgb(47,64,9); }
div.DivClassName
{
background-color: #2F4009;
}
.BgClassName
{
background-color: #2F4009;
}
</style>
border-color css
<style>
span { border-color: #2F4009; }
span { border-color: rgb(47,64,9); }
td.TdClassName
{
border-color: #2F4009;
}
.TagClassName
{
border-color: #2F4009;
}
</style>