Shades of Turtle Green #2F3912
Tints of Turtle Green #2F3912
RGB
CMYK
RGB Variations
Color information
#2F3912 (or 0x2F3912) is known color: Turtle Green. HEX triplet: 2F, 39 and 12. RGB value is (47,57,18). Sum of RGB (Red+Green+Blue) = 47+57+18=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3912 is #D0C6ED. Grayscale: #313131. Windows color (decimal): -13682414 or 1194287. OLE color: 1194287.
HSL color Cylindrical-coordinate representation of color #2F3912: hue angle of 75.38º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F3912 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 18 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.78 |
| HSL | 75.38º | 0.52% | 0.15% | - |
| HSV(B) | 75.38º | 0.68% | 0.22% | - |
| XYZ | 2.74 | 3.57 | 1.12 | - |
| YUV | 49.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 18 | 0.18 | 0 | 0.68 | 0.78 | 75.38 | 0.52 | 0.15 |
| Hex | 2F | 39 | 12 | 12 | 0 | 44 | 4E | 4B | 34 | F |
| Octal | 57 | 71 | 22 | 22 | 0 | 104 | 116 | 113 | 64 | 17 |
| Binary | 101111 | 111001 | 10010 | 10010 | 0 | 1000100 | 1001110 | 1001011 | 110100 | 1111 |
Color Harmonies of #2F3912
Complementary color
Monochromatic Colors of #2F3912
Black with #2F3912
Text Example
Text Example
White with #2F3912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3912; }
p { color: rgb(47,57,18); }
H1.HeaderClassName
{
color: #2F3912;
}
.AnyTagClassName
{
color: #2F3912;
}
</style>
background-color css
<style>
a { background-color: #2F3912; }
a { background-color: rgb(47,57,18); }
div.DivClassName
{
background-color: #2F3912;
}
.BgClassName
{
background-color: #2F3912;
}
</style>
border-color css
<style>
span { border-color: #2F3912; }
span { border-color: rgb(47,57,18); }
td.TdClassName
{
border-color: #2F3912;
}
.TagClassName
{
border-color: #2F3912;
}
</style>