Shades of Turtle Green #2F3708
Tints of Turtle Green #2F3708
RGB
CMYK
RGB Variations
Color information
#2F3708 (or 0x2F3708) is known color: Turtle Green. HEX triplet: 2F, 37 and 08. RGB value is (47,55,8). Sum of RGB (Red+Green+Blue) = 47+55+8=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3708 is #D0C8F7. Grayscale: #2F2F2F. Windows color (decimal): -13682936 or 538415. OLE color: 538415.
HSL color Cylindrical-coordinate representation of color #2F3708: hue angle of 70.21º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F3708 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 8 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.78 |
| HSL | 70.21º | 0.75% | 0.12% | - |
| HSV(B) | 70.21º | 0.85% | 0.22% | - |
| XYZ | 2.58 | 3.35 | 0.74 | - |
| YUV | 47.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 8 | 0.15 | 0 | 0.85 | 0.78 | 70.21 | 0.75 | 0.12 |
| Hex | 2F | 37 | 8 | F | 0 | 55 | 4E | 46 | 4B | C |
| Octal | 57 | 67 | 10 | 17 | 0 | 125 | 116 | 106 | 113 | 14 |
| Binary | 101111 | 110111 | 1000 | 1111 | 0 | 1010101 | 1001110 | 1000110 | 1001011 | 1100 |
Color Harmonies of #2F3708
Complementary color
Monochromatic Colors of #2F3708
Black with #2F3708
Text Example
Text Example
White with #2F3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3708; }
p { color: rgb(47,55,8); }
H1.HeaderClassName
{
color: #2F3708;
}
.AnyTagClassName
{
color: #2F3708;
}
</style>
background-color css
<style>
a { background-color: #2F3708; }
a { background-color: rgb(47,55,8); }
div.DivClassName
{
background-color: #2F3708;
}
.BgClassName
{
background-color: #2F3708;
}
</style>
border-color css
<style>
span { border-color: #2F3708; }
span { border-color: rgb(47,55,8); }
td.TdClassName
{
border-color: #2F3708;
}
.TagClassName
{
border-color: #2F3708;
}
</style>