Shades of Turtle Green #2F4211
Tints of Turtle Green #2F4211
RGB
CMYK
RGB Variations
Color information
#2F4211 (or 0x2F4211) is known color: Turtle Green. HEX triplet: 2F, 42 and 11. RGB value is (47,66,17). Sum of RGB (Red+Green+Blue) = 47+66+17=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4211 is #D0BDEE. Grayscale: #363636. Windows color (decimal): -13680111 or 1131055. OLE color: 1131055.
HSL color Cylindrical-coordinate representation of color #2F4211: hue angle of 83.27º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F4211 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 66 | 17 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.74 |
| HSL | 83.27º | 0.59% | 0.16% | - |
| HSV(B) | 83.27º | 0.74% | 0.26% | - |
| XYZ | 3.22 | 4.54 | 1.24 | - |
| YUV | 54.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 17 | 0.29 | 0 | 0.74 | 0.74 | 83.27 | 0.59 | 0.16 |
| Hex | 2F | 42 | 11 | 1D | 0 | 4A | 4A | 53 | 3B | 10 |
| Octal | 57 | 102 | 21 | 35 | 0 | 112 | 112 | 123 | 73 | 20 |
| Binary | 101111 | 1000010 | 10001 | 11101 | 0 | 1001010 | 1001010 | 1010011 | 111011 | 10000 |
Color Harmonies of #2F4211
Complementary color
Monochromatic Colors of #2F4211
Black with #2F4211
Text Example
Text Example
White with #2F4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4211; }
p { color: rgb(47,66,17); }
H1.HeaderClassName
{
color: #2F4211;
}
.AnyTagClassName
{
color: #2F4211;
}
</style>
background-color css
<style>
a { background-color: #2F4211; }
a { background-color: rgb(47,66,17); }
div.DivClassName
{
background-color: #2F4211;
}
.BgClassName
{
background-color: #2F4211;
}
</style>
border-color css
<style>
span { border-color: #2F4211; }
span { border-color: rgb(47,66,17); }
td.TdClassName
{
border-color: #2F4211;
}
.TagClassName
{
border-color: #2F4211;
}
</style>