Shades of Turtle Green #2F560A
Tints of Turtle Green #2F560A
RGB
CMYK
RGB Variations
Color information
#2F560A (or 0x2F560A) is known color: Turtle Green. HEX triplet: 2F, 56 and 0A. RGB value is (47,86,10). Sum of RGB (Red+Green+Blue) = 47+86+10=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #2F560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F560A is #D0A9F5. Grayscale: #414141. Windows color (decimal): -13674998 or 677423. OLE color: 677423.
HSL color Cylindrical-coordinate representation of color #2F560A: hue angle of 90.79º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F560A is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 86 | 10 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.66 |
| HSL | 90.79º | 0.79% | 0.19% | - |
| HSV(B) | 90.79º | 0.88% | 0.34% | - |
| XYZ | 4.55 | 7.28 | 1.45 | - |
| YUV | 65.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 10 | 0.45 | 0 | 0.88 | 0.66 | 90.79 | 0.79 | 0.19 |
| Hex | 2F | 56 | A | 2D | 0 | 58 | 42 | 5B | 4F | 13 |
| Octal | 57 | 126 | 12 | 55 | 0 | 130 | 102 | 133 | 117 | 23 |
| Binary | 101111 | 1010110 | 1010 | 101101 | 0 | 1011000 | 1000010 | 1011011 | 1001111 | 10011 |
Color Harmonies of #2F560A
Complementary color
Monochromatic Colors of #2F560A
Black with #2F560A
Text Example
Text Example
White with #2F560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F560A; }
p { color: rgb(47,86,10); }
H1.HeaderClassName
{
color: #2F560A;
}
.AnyTagClassName
{
color: #2F560A;
}
</style>
background-color css
<style>
a { background-color: #2F560A; }
a { background-color: rgb(47,86,10); }
div.DivClassName
{
background-color: #2F560A;
}
.BgClassName
{
background-color: #2F560A;
}
</style>
border-color css
<style>
span { border-color: #2F560A; }
span { border-color: rgb(47,86,10); }
td.TdClassName
{
border-color: #2F560A;
}
.TagClassName
{
border-color: #2F560A;
}
</style>