Shades of Turtle Green #2F3F16
Tints of Turtle Green #2F3F16
RGB
CMYK
RGB Variations
Color information
#2F3F16 (or 0x2F3F16) is known color: Turtle Green. HEX triplet: 2F, 3F and 16. RGB value is (47,63,22). Sum of RGB (Red+Green+Blue) = 47+63+22=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3F16 is #D0C0E9. Grayscale: #353535. Windows color (decimal): -13680874 or 1457967. OLE color: 1457967.
HSL color Cylindrical-coordinate representation of color #2F3F16: hue angle of 83.41º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3F16 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 63 | 22 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.75 |
| HSL | 83.41º | 0.48% | 0.17% | - |
| HSV(B) | 83.41º | 0.65% | 0.25% | - |
| XYZ | 3.09 | 4.22 | 1.41 | - |
| YUV | 53.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 63 | 22 | 0.25 | 0 | 0.65 | 0.75 | 83.41 | 0.48 | 0.17 |
| Hex | 2F | 3F | 16 | 19 | 0 | 41 | 4B | 53 | 30 | 11 |
| Octal | 57 | 77 | 26 | 31 | 0 | 101 | 113 | 123 | 60 | 21 |
| Binary | 101111 | 111111 | 10110 | 11001 | 0 | 1000001 | 1001011 | 1010011 | 110000 | 10001 |
Color Harmonies of #2F3F16
Complementary color
Monochromatic Colors of #2F3F16
Black with #2F3F16
Text Example
Text Example
White with #2F3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3F16; }
p { color: rgb(47,63,22); }
H1.HeaderClassName
{
color: #2F3F16;
}
.AnyTagClassName
{
color: #2F3F16;
}
</style>
background-color css
<style>
a { background-color: #2F3F16; }
a { background-color: rgb(47,63,22); }
div.DivClassName
{
background-color: #2F3F16;
}
.BgClassName
{
background-color: #2F3F16;
}
</style>
border-color css
<style>
span { border-color: #2F3F16; }
span { border-color: rgb(47,63,22); }
td.TdClassName
{
border-color: #2F3F16;
}
.TagClassName
{
border-color: #2F3F16;
}
</style>