Shades of Turtle Green #2F580A
Tints of Turtle Green #2F580A
RGB
CMYK
RGB Variations
Color information
#2F580A (or 0x2F580A) is known color: Turtle Green. HEX triplet: 2F, 58 and 0A. RGB value is (47,88,10). Sum of RGB (Red+Green+Blue) = 47+88+10=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #2F580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F580A is #D0A7F5. Grayscale: #434343. Windows color (decimal): -13674486 or 677935. OLE color: 677935.
HSL color Cylindrical-coordinate representation of color #2F580A: hue angle of 91.54º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F580A is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 10 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.65 |
| HSL | 91.54º | 0.8% | 0.19% | - |
| HSV(B) | 91.54º | 0.89% | 0.35% | - |
| XYZ | 4.72 | 7.61 | 1.51 | - |
| YUV | 66.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 10 | 0.47 | 0 | 0.89 | 0.65 | 91.54 | 0.8 | 0.19 |
| Hex | 2F | 58 | A | 2F | 0 | 59 | 41 | 5C | 50 | 13 |
| Octal | 57 | 130 | 12 | 57 | 0 | 131 | 101 | 134 | 120 | 23 |
| Binary | 101111 | 1011000 | 1010 | 101111 | 0 | 1011001 | 1000001 | 1011100 | 1010000 | 10011 |
Color Harmonies of #2F580A
Complementary color
Monochromatic Colors of #2F580A
Black with #2F580A
Text Example
Text Example
White with #2F580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F580A; }
p { color: rgb(47,88,10); }
H1.HeaderClassName
{
color: #2F580A;
}
.AnyTagClassName
{
color: #2F580A;
}
</style>
background-color css
<style>
a { background-color: #2F580A; }
a { background-color: rgb(47,88,10); }
div.DivClassName
{
background-color: #2F580A;
}
.BgClassName
{
background-color: #2F580A;
}
</style>
border-color css
<style>
span { border-color: #2F580A; }
span { border-color: rgb(47,88,10); }
td.TdClassName
{
border-color: #2F580A;
}
.TagClassName
{
border-color: #2F580A;
}
</style>