Shades of Turtle Green #2F5708
Tints of Turtle Green #2F5708
RGB
CMYK
RGB Variations
Color information
#2F5708 (or 0x2F5708) is known color: Turtle Green. HEX triplet: 2F, 57 and 08. RGB value is (47,87,8). Sum of RGB (Red+Green+Blue) = 47+87+8=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5708 is #D0A8F7. Grayscale: #424242. Windows color (decimal): -13674744 or 546607. OLE color: 546607.
HSL color Cylindrical-coordinate representation of color #2F5708: hue angle of 90.38º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F5708 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 87 | 8 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.66 |
| HSL | 90.38º | 0.83% | 0.19% | - |
| HSV(B) | 90.38º | 0.91% | 0.34% | - |
| XYZ | 4.62 | 7.44 | 1.42 | - |
| YUV | 66.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 8 | 0.46 | 0 | 0.91 | 0.66 | 90.38 | 0.83 | 0.19 |
| Hex | 2F | 57 | 8 | 2E | 0 | 5B | 42 | 5A | 53 | 13 |
| Octal | 57 | 127 | 10 | 56 | 0 | 133 | 102 | 132 | 123 | 23 |
| Binary | 101111 | 1010111 | 1000 | 101110 | 0 | 1011011 | 1000010 | 1011010 | 1010011 | 10011 |
Color Harmonies of #2F5708
Complementary color
Monochromatic Colors of #2F5708
Black with #2F5708
Text Example
Text Example
White with #2F5708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5708; }
p { color: rgb(47,87,8); }
H1.HeaderClassName
{
color: #2F5708;
}
.AnyTagClassName
{
color: #2F5708;
}
</style>
background-color css
<style>
a { background-color: #2F5708; }
a { background-color: rgb(47,87,8); }
div.DivClassName
{
background-color: #2F5708;
}
.BgClassName
{
background-color: #2F5708;
}
</style>
border-color css
<style>
span { border-color: #2F5708; }
span { border-color: rgb(47,87,8); }
td.TdClassName
{
border-color: #2F5708;
}
.TagClassName
{
border-color: #2F5708;
}
</style>