Shades of Turtle Green #2F3916
Tints of Turtle Green #2F3916
RGB
CMYK
RGB Variations
Color information
#2F3916 (or 0x2F3916) is known color: Turtle Green. HEX triplet: 2F, 39 and 16. RGB value is (47,57,22). Sum of RGB (Red+Green+Blue) = 47+57+22=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3916 is #D0C6E9. Grayscale: #323232. Windows color (decimal): -13682410 or 1456431. OLE color: 1456431.
HSL color Cylindrical-coordinate representation of color #2F3916: hue angle of 77.14º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F3916 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 22 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.78 |
| HSL | 77.14º | 0.44% | 0.15% | - |
| HSV(B) | 77.14º | 0.61% | 0.22% | - |
| XYZ | 2.78 | 3.59 | 1.31 | - |
| YUV | 50.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 22 | 0.18 | 0 | 0.61 | 0.78 | 77.14 | 0.44 | 0.15 |
| Hex | 2F | 39 | 16 | 12 | 0 | 3D | 4E | 4D | 2C | F |
| Octal | 57 | 71 | 26 | 22 | 0 | 75 | 116 | 115 | 54 | 17 |
| Binary | 101111 | 111001 | 10110 | 10010 | 0 | 111101 | 1001110 | 1001101 | 101100 | 1111 |
Color Harmonies of #2F3916
Complementary color
Monochromatic Colors of #2F3916
Black with #2F3916
Text Example
Text Example
White with #2F3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3916; }
p { color: rgb(47,57,22); }
H1.HeaderClassName
{
color: #2F3916;
}
.AnyTagClassName
{
color: #2F3916;
}
</style>
background-color css
<style>
a { background-color: #2F3916; }
a { background-color: rgb(47,57,22); }
div.DivClassName
{
background-color: #2F3916;
}
.BgClassName
{
background-color: #2F3916;
}
</style>
border-color css
<style>
span { border-color: #2F3916; }
span { border-color: rgb(47,57,22); }
td.TdClassName
{
border-color: #2F3916;
}
.TagClassName
{
border-color: #2F3916;
}
</style>