Shades of Turtle Green #2F3408
Tints of Turtle Green #2F3408
RGB
CMYK
RGB Variations
Color information
#2F3408 (or 0x2F3408) is known color: Turtle Green. HEX triplet: 2F, 34 and 08. RGB value is (47,52,8). Sum of RGB (Red+Green+Blue) = 47+52+8=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3408 is #D0CBF7. Grayscale: #2D2D2D. Windows color (decimal): -13683704 or 537647. OLE color: 537647.
HSL color Cylindrical-coordinate representation of color #2F3408: hue angle of 66.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F3408 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 52 | 8 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.80 |
| HSL | 66.82º | 0.73% | 0.12% | - |
| HSV(B) | 66.82º | 0.85% | 0.2% | - |
| XYZ | 2.44 | 3.08 | 0.69 | - |
| YUV | 45.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 8 | 0.10 | 0 | 0.85 | 0.80 | 66.82 | 0.73 | 0.12 |
| Hex | 2F | 34 | 8 | A | 0 | 55 | 50 | 43 | 49 | C |
| Octal | 57 | 64 | 10 | 12 | 0 | 125 | 120 | 103 | 111 | 14 |
| Binary | 101111 | 110100 | 1000 | 1010 | 0 | 1010101 | 1010000 | 1000011 | 1001001 | 1100 |
Color Harmonies of #2F3408
Complementary color
Monochromatic Colors of #2F3408
Black with #2F3408
Text Example
Text Example
White with #2F3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3408; }
p { color: rgb(47,52,8); }
H1.HeaderClassName
{
color: #2F3408;
}
.AnyTagClassName
{
color: #2F3408;
}
</style>
background-color css
<style>
a { background-color: #2F3408; }
a { background-color: rgb(47,52,8); }
div.DivClassName
{
background-color: #2F3408;
}
.BgClassName
{
background-color: #2F3408;
}
</style>
border-color css
<style>
span { border-color: #2F3408; }
span { border-color: rgb(47,52,8); }
td.TdClassName
{
border-color: #2F3408;
}
.TagClassName
{
border-color: #2F3408;
}
</style>