Shades of Turtle Green #2F4012
Tints of Turtle Green #2F4012
RGB
CMYK
RGB Variations
Color information
#2F4012 (or 0x2F4012) is known color: Turtle Green. HEX triplet: 2F, 40 and 12. RGB value is (47,64,18). Sum of RGB (Red+Green+Blue) = 47+64+18=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4012 is #D0BFED. Grayscale: #353535. Windows color (decimal): -13680622 or 1196079. OLE color: 1196079.
HSL color Cylindrical-coordinate representation of color #2F4012: hue angle of 82.17º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F4012 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 18 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.75 |
| HSL | 82.17º | 0.56% | 0.16% | - |
| HSV(B) | 82.17º | 0.72% | 0.25% | - |
| XYZ | 3.11 | 4.31 | 1.24 | - |
| YUV | 53.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 18 | 0.27 | 0 | 0.72 | 0.75 | 82.17 | 0.56 | 0.16 |
| Hex | 2F | 40 | 12 | 1B | 0 | 48 | 4B | 52 | 38 | 10 |
| Octal | 57 | 100 | 22 | 33 | 0 | 110 | 113 | 122 | 70 | 20 |
| Binary | 101111 | 1000000 | 10010 | 11011 | 0 | 1001000 | 1001011 | 1010010 | 111000 | 10000 |
Color Harmonies of #2F4012
Complementary color
Monochromatic Colors of #2F4012
Black with #2F4012
Text Example
Text Example
White with #2F4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4012; }
p { color: rgb(47,64,18); }
H1.HeaderClassName
{
color: #2F4012;
}
.AnyTagClassName
{
color: #2F4012;
}
</style>
background-color css
<style>
a { background-color: #2F4012; }
a { background-color: rgb(47,64,18); }
div.DivClassName
{
background-color: #2F4012;
}
.BgClassName
{
background-color: #2F4012;
}
</style>
border-color css
<style>
span { border-color: #2F4012; }
span { border-color: rgb(47,64,18); }
td.TdClassName
{
border-color: #2F4012;
}
.TagClassName
{
border-color: #2F4012;
}
</style>