Shades of Turtle Green #2F470E
Tints of Turtle Green #2F470E
RGB
CMYK
RGB Variations
Color information
#2F470E (or 0x2F470E) is known color: Turtle Green. HEX triplet: 2F, 47 and 0E. RGB value is (47,71,14). Sum of RGB (Red+Green+Blue) = 47+71+14=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #2F470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F470E is #D0B8F1. Grayscale: #393939. Windows color (decimal): -13678834 or 935727. OLE color: 935727.
HSL color Cylindrical-coordinate representation of color #2F470E: hue angle of 85.26º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F470E is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 14 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.72 |
| HSL | 85.26º | 0.67% | 0.17% | - |
| HSV(B) | 85.26º | 0.8% | 0.28% | - |
| XYZ | 3.5 | 5.14 | 1.22 | - |
| YUV | 57.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 14 | 0.34 | 0 | 0.80 | 0.72 | 85.26 | 0.67 | 0.17 |
| Hex | 2F | 47 | E | 22 | 0 | 50 | 48 | 55 | 43 | 11 |
| Octal | 57 | 107 | 16 | 42 | 0 | 120 | 110 | 125 | 103 | 21 |
| Binary | 101111 | 1000111 | 1110 | 100010 | 0 | 1010000 | 1001000 | 1010101 | 1000011 | 10001 |
Color Harmonies of #2F470E
Complementary color
Monochromatic Colors of #2F470E
Black with #2F470E
Text Example
Text Example
White with #2F470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F470E; }
p { color: rgb(47,71,14); }
H1.HeaderClassName
{
color: #2F470E;
}
.AnyTagClassName
{
color: #2F470E;
}
</style>
background-color css
<style>
a { background-color: #2F470E; }
a { background-color: rgb(47,71,14); }
div.DivClassName
{
background-color: #2F470E;
}
.BgClassName
{
background-color: #2F470E;
}
</style>
border-color css
<style>
span { border-color: #2F470E; }
span { border-color: rgb(47,71,14); }
td.TdClassName
{
border-color: #2F470E;
}
.TagClassName
{
border-color: #2F470E;
}
</style>