Shades of Turtle Green #2F3908
Tints of Turtle Green #2F3908
RGB
CMYK
RGB Variations
Color information
#2F3908 (or 0x2F3908) is known color: Turtle Green. HEX triplet: 2F, 39 and 08. RGB value is (47,57,8). Sum of RGB (Red+Green+Blue) = 47+57+8=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3908 is #D0C6F7. Grayscale: #303030. Windows color (decimal): -13682424 or 538927. OLE color: 538927.
HSL color Cylindrical-coordinate representation of color #2F3908: hue angle of 72.24º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F3908 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 8 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.78 |
| HSL | 72.24º | 0.75% | 0.13% | - |
| HSV(B) | 72.24º | 0.86% | 0.22% | - |
| XYZ | 2.68 | 3.55 | 0.77 | - |
| YUV | 48.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 8 | 0.18 | 0 | 0.86 | 0.78 | 72.24 | 0.75 | 0.13 |
| Hex | 2F | 39 | 8 | 12 | 0 | 56 | 4E | 48 | 4B | D |
| Octal | 57 | 71 | 10 | 22 | 0 | 126 | 116 | 110 | 113 | 15 |
| Binary | 101111 | 111001 | 1000 | 10010 | 0 | 1010110 | 1001110 | 1001000 | 1001011 | 1101 |
Color Harmonies of #2F3908
Complementary color
Monochromatic Colors of #2F3908
Black with #2F3908
Text Example
Text Example
White with #2F3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3908; }
p { color: rgb(47,57,8); }
H1.HeaderClassName
{
color: #2F3908;
}
.AnyTagClassName
{
color: #2F3908;
}
</style>
background-color css
<style>
a { background-color: #2F3908; }
a { background-color: rgb(47,57,8); }
div.DivClassName
{
background-color: #2F3908;
}
.BgClassName
{
background-color: #2F3908;
}
</style>
border-color css
<style>
span { border-color: #2F3908; }
span { border-color: rgb(47,57,8); }
td.TdClassName
{
border-color: #2F3908;
}
.TagClassName
{
border-color: #2F3908;
}
</style>