Shades of Turtle Green #2F4311
Tints of Turtle Green #2F4311
RGB
CMYK
RGB Variations
Color information
#2F4311 (or 0x2F4311) is known color: Turtle Green. HEX triplet: 2F, 43 and 11. RGB value is (47,67,17). Sum of RGB (Red+Green+Blue) = 47+67+17=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4311 is #D0BCEE. Grayscale: #373737. Windows color (decimal): -13679855 or 1131311. OLE color: 1131311.
HSL color Cylindrical-coordinate representation of color #2F4311: hue angle of 84º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F4311 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 17 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.74 |
| HSL | 84º | 0.6% | 0.16% | - |
| HSV(B) | 84º | 0.75% | 0.26% | - |
| XYZ | 3.28 | 4.66 | 1.26 | - |
| YUV | 55.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 17 | 0.30 | 0 | 0.75 | 0.74 | 84 | 0.6 | 0.16 |
| Hex | 2F | 43 | 11 | 1E | 0 | 4B | 4A | 54 | 3C | 10 |
| Octal | 57 | 103 | 21 | 36 | 0 | 113 | 112 | 124 | 74 | 20 |
| Binary | 101111 | 1000011 | 10001 | 11110 | 0 | 1001011 | 1001010 | 1010100 | 111100 | 10000 |
Color Harmonies of #2F4311
Complementary color
Monochromatic Colors of #2F4311
Black with #2F4311
Text Example
Text Example
White with #2F4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4311; }
p { color: rgb(47,67,17); }
H1.HeaderClassName
{
color: #2F4311;
}
.AnyTagClassName
{
color: #2F4311;
}
</style>
background-color css
<style>
a { background-color: #2F4311; }
a { background-color: rgb(47,67,17); }
div.DivClassName
{
background-color: #2F4311;
}
.BgClassName
{
background-color: #2F4311;
}
</style>
border-color css
<style>
span { border-color: #2F4311; }
span { border-color: rgb(47,67,17); }
td.TdClassName
{
border-color: #2F4311;
}
.TagClassName
{
border-color: #2F4311;
}
</style>