Shades of Turtle Green #2F4612
Tints of Turtle Green #2F4612
RGB
CMYK
RGB Variations
Color information
#2F4612 (or 0x2F4612) is known color: Turtle Green. HEX triplet: 2F, 46 and 12. RGB value is (47,70,18). Sum of RGB (Red+Green+Blue) = 47+70+18=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4612 is #D0B9ED. Grayscale: #393939. Windows color (decimal): -13679086 or 1197615. OLE color: 1197615.
HSL color Cylindrical-coordinate representation of color #2F4612: hue angle of 86.54º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F4612 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 18 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.73 |
| HSL | 86.54º | 0.59% | 0.17% | - |
| HSV(B) | 86.54º | 0.74% | 0.27% | - |
| XYZ | 3.47 | 5.03 | 1.36 | - |
| YUV | 57.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 18 | 0.33 | 0 | 0.74 | 0.73 | 86.54 | 0.59 | 0.17 |
| Hex | 2F | 46 | 12 | 21 | 0 | 4A | 49 | 57 | 3B | 11 |
| Octal | 57 | 106 | 22 | 41 | 0 | 112 | 111 | 127 | 73 | 21 |
| Binary | 101111 | 1000110 | 10010 | 100001 | 0 | 1001010 | 1001001 | 1010111 | 111011 | 10001 |
Color Harmonies of #2F4612
Complementary color
Monochromatic Colors of #2F4612
Black with #2F4612
Text Example
Text Example
White with #2F4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4612; }
p { color: rgb(47,70,18); }
H1.HeaderClassName
{
color: #2F4612;
}
.AnyTagClassName
{
color: #2F4612;
}
</style>
background-color css
<style>
a { background-color: #2F4612; }
a { background-color: rgb(47,70,18); }
div.DivClassName
{
background-color: #2F4612;
}
.BgClassName
{
background-color: #2F4612;
}
</style>
border-color css
<style>
span { border-color: #2F4612; }
span { border-color: rgb(47,70,18); }
td.TdClassName
{
border-color: #2F4612;
}
.TagClassName
{
border-color: #2F4612;
}
</style>