Shades of Turtle Green #2F550A
Tints of Turtle Green #2F550A
RGB
CMYK
RGB Variations
Color information
#2F550A (or 0x2F550A) is known color: Turtle Green. HEX triplet: 2F, 55 and 0A. RGB value is (47,85,10). Sum of RGB (Red+Green+Blue) = 47+85+10=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #2F550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F550A is #D0AAF5. Grayscale: #414141. Windows color (decimal): -13675254 or 677167. OLE color: 677167.
HSL color Cylindrical-coordinate representation of color #2F550A: hue angle of 90.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F550A is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 10 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.67 |
| HSL | 90.4º | 0.79% | 0.19% | - |
| HSV(B) | 90.4º | 0.88% | 0.33% | - |
| XYZ | 4.48 | 7.12 | 1.43 | - |
| YUV | 65.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 10 | 0.45 | 0 | 0.88 | 0.67 | 90.4 | 0.79 | 0.19 |
| Hex | 2F | 55 | A | 2D | 0 | 58 | 43 | 5A | 4F | 13 |
| Octal | 57 | 125 | 12 | 55 | 0 | 130 | 103 | 132 | 117 | 23 |
| Binary | 101111 | 1010101 | 1010 | 101101 | 0 | 1011000 | 1000011 | 1011010 | 1001111 | 10011 |
Color Harmonies of #2F550A
Complementary color
Monochromatic Colors of #2F550A
Black with #2F550A
Text Example
Text Example
White with #2F550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F550A; }
p { color: rgb(47,85,10); }
H1.HeaderClassName
{
color: #2F550A;
}
.AnyTagClassName
{
color: #2F550A;
}
</style>
background-color css
<style>
a { background-color: #2F550A; }
a { background-color: rgb(47,85,10); }
div.DivClassName
{
background-color: #2F550A;
}
.BgClassName
{
background-color: #2F550A;
}
</style>
border-color css
<style>
span { border-color: #2F550A; }
span { border-color: rgb(47,85,10); }
td.TdClassName
{
border-color: #2F550A;
}
.TagClassName
{
border-color: #2F550A;
}
</style>