Shades of Turtle Green #2F4011
Tints of Turtle Green #2F4011
RGB
CMYK
RGB Variations
Color information
#2F4011 (or 0x2F4011) is known color: Turtle Green. HEX triplet: 2F, 40 and 11. RGB value is (47,64,17). Sum of RGB (Red+Green+Blue) = 47+64+17=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4011 is #D0BFEE. Grayscale: #353535. Windows color (decimal): -13680623 or 1130543. OLE color: 1130543.
HSL color Cylindrical-coordinate representation of color #2F4011: hue angle of 81.7º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4011 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 17 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.75 |
| HSL | 81.7º | 0.58% | 0.16% | - |
| HSV(B) | 81.7º | 0.73% | 0.25% | - |
| XYZ | 3.11 | 4.31 | 1.2 | - |
| YUV | 53.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 17 | 0.27 | 0 | 0.73 | 0.75 | 81.7 | 0.58 | 0.16 |
| Hex | 2F | 40 | 11 | 1B | 0 | 49 | 4B | 52 | 3A | 10 |
| Octal | 57 | 100 | 21 | 33 | 0 | 111 | 113 | 122 | 72 | 20 |
| Binary | 101111 | 1000000 | 10001 | 11011 | 0 | 1001001 | 1001011 | 1010010 | 111010 | 10000 |
Color Harmonies of #2F4011
Complementary color
Monochromatic Colors of #2F4011
Black with #2F4011
Text Example
Text Example
White with #2F4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4011; }
p { color: rgb(47,64,17); }
H1.HeaderClassName
{
color: #2F4011;
}
.AnyTagClassName
{
color: #2F4011;
}
</style>
background-color css
<style>
a { background-color: #2F4011; }
a { background-color: rgb(47,64,17); }
div.DivClassName
{
background-color: #2F4011;
}
.BgClassName
{
background-color: #2F4011;
}
</style>
border-color css
<style>
span { border-color: #2F4011; }
span { border-color: rgb(47,64,17); }
td.TdClassName
{
border-color: #2F4011;
}
.TagClassName
{
border-color: #2F4011;
}
</style>