Shades of Turtle Green #2F4808
Tints of Turtle Green #2F4808
RGB
CMYK
RGB Variations
Color information
#2F4808 (or 0x2F4808) is known color: Turtle Green. HEX triplet: 2F, 48 and 08. RGB value is (47,72,8). Sum of RGB (Red+Green+Blue) = 47+72+8=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4808 is #D0B7F7. Grayscale: #393939. Windows color (decimal): -13678584 or 542767. OLE color: 542767.
HSL color Cylindrical-coordinate representation of color #2F4808: hue angle of 83.44º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F4808 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 8 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.72 |
| HSL | 83.44º | 0.8% | 0.16% | - |
| HSV(B) | 83.44º | 0.89% | 0.28% | - |
| XYZ | 3.53 | 5.26 | 1.06 | - |
| YUV | 57.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 8 | 0.35 | 0 | 0.89 | 0.72 | 83.44 | 0.8 | 0.16 |
| Hex | 2F | 48 | 8 | 23 | 0 | 59 | 48 | 53 | 50 | 10 |
| Octal | 57 | 110 | 10 | 43 | 0 | 131 | 110 | 123 | 120 | 20 |
| Binary | 101111 | 1001000 | 1000 | 100011 | 0 | 1011001 | 1001000 | 1010011 | 1010000 | 10000 |
Color Harmonies of #2F4808
Complementary color
Monochromatic Colors of #2F4808
Black with #2F4808
Text Example
Text Example
White with #2F4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4808; }
p { color: rgb(47,72,8); }
H1.HeaderClassName
{
color: #2F4808;
}
.AnyTagClassName
{
color: #2F4808;
}
</style>
background-color css
<style>
a { background-color: #2F4808; }
a { background-color: rgb(47,72,8); }
div.DivClassName
{
background-color: #2F4808;
}
.BgClassName
{
background-color: #2F4808;
}
</style>
border-color css
<style>
span { border-color: #2F4808; }
span { border-color: rgb(47,72,8); }
td.TdClassName
{
border-color: #2F4808;
}
.TagClassName
{
border-color: #2F4808;
}
</style>