Shades of Turtle Green #2F4312
Tints of Turtle Green #2F4312
RGB
CMYK
RGB Variations
Color information
#2F4312 (or 0x2F4312) is known color: Turtle Green. HEX triplet: 2F, 43 and 12. RGB value is (47,67,18). Sum of RGB (Red+Green+Blue) = 47+67+18=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4312 is #D0BCED. Grayscale: #373737. Windows color (decimal): -13679854 or 1196847. OLE color: 1196847.
HSL color Cylindrical-coordinate representation of color #2F4312: hue angle of 84.49º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4312 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 18 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.74 |
| HSL | 84.49º | 0.58% | 0.17% | - |
| HSV(B) | 84.49º | 0.73% | 0.26% | - |
| XYZ | 3.29 | 4.66 | 1.3 | - |
| YUV | 55.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 18 | 0.30 | 0 | 0.73 | 0.74 | 84.49 | 0.58 | 0.17 |
| Hex | 2F | 43 | 12 | 1E | 0 | 49 | 4A | 54 | 3A | 11 |
| Octal | 57 | 103 | 22 | 36 | 0 | 111 | 112 | 124 | 72 | 21 |
| Binary | 101111 | 1000011 | 10010 | 11110 | 0 | 1001001 | 1001010 | 1010100 | 111010 | 10001 |
Color Harmonies of #2F4312
Complementary color
Monochromatic Colors of #2F4312
Black with #2F4312
Text Example
Text Example
White with #2F4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4312; }
p { color: rgb(47,67,18); }
H1.HeaderClassName
{
color: #2F4312;
}
.AnyTagClassName
{
color: #2F4312;
}
</style>
background-color css
<style>
a { background-color: #2F4312; }
a { background-color: rgb(47,67,18); }
div.DivClassName
{
background-color: #2F4312;
}
.BgClassName
{
background-color: #2F4312;
}
</style>
border-color css
<style>
span { border-color: #2F4312; }
span { border-color: rgb(47,67,18); }
td.TdClassName
{
border-color: #2F4312;
}
.TagClassName
{
border-color: #2F4312;
}
</style>