Shades of Turtle Green #2F4412
Tints of Turtle Green #2F4412
RGB
CMYK
RGB Variations
Color information
#2F4412 (or 0x2F4412) is known color: Turtle Green. HEX triplet: 2F, 44 and 12. RGB value is (47,68,18). Sum of RGB (Red+Green+Blue) = 47+68+18=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4412 is #D0BBED. Grayscale: #383838. Windows color (decimal): -13679598 or 1197103. OLE color: 1197103.
HSL color Cylindrical-coordinate representation of color #2F4412: hue angle of 85.2º degrees, saturation: 0.58, 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 #2F4412 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 18 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.73 |
| HSL | 85.2º | 0.58% | 0.17% | - |
| HSV(B) | 85.2º | 0.74% | 0.27% | - |
| XYZ | 3.35 | 4.78 | 1.32 | - |
| YUV | 56.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 18 | 0.31 | 0 | 0.74 | 0.73 | 85.2 | 0.58 | 0.17 |
| Hex | 2F | 44 | 12 | 1F | 0 | 4A | 49 | 55 | 3A | 11 |
| Octal | 57 | 104 | 22 | 37 | 0 | 112 | 111 | 125 | 72 | 21 |
| Binary | 101111 | 1000100 | 10010 | 11111 | 0 | 1001010 | 1001001 | 1010101 | 111010 | 10001 |
Color Harmonies of #2F4412
Complementary color
Monochromatic Colors of #2F4412
Black with #2F4412
Text Example
Text Example
White with #2F4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4412; }
p { color: rgb(47,68,18); }
H1.HeaderClassName
{
color: #2F4412;
}
.AnyTagClassName
{
color: #2F4412;
}
</style>
background-color css
<style>
a { background-color: #2F4412; }
a { background-color: rgb(47,68,18); }
div.DivClassName
{
background-color: #2F4412;
}
.BgClassName
{
background-color: #2F4412;
}
</style>
border-color css
<style>
span { border-color: #2F4412; }
span { border-color: rgb(47,68,18); }
td.TdClassName
{
border-color: #2F4412;
}
.TagClassName
{
border-color: #2F4412;
}
</style>