Shades of Turtle Green #2F420A
Tints of Turtle Green #2F420A
RGB
CMYK
RGB Variations
Color information
#2F420A (or 0x2F420A) is known color: Turtle Green. HEX triplet: 2F, 42 and 0A. RGB value is (47,66,10). Sum of RGB (Red+Green+Blue) = 47+66+10=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #2F420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F420A is #D0BDF5. Grayscale: #363636. Windows color (decimal): -13680118 or 672303. OLE color: 672303.
HSL color Cylindrical-coordinate representation of color #2F420A: hue angle of 80.36º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F420A is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 66 | 10 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.74 |
| HSL | 80.36º | 0.74% | 0.15% | - |
| HSV(B) | 80.36º | 0.85% | 0.26% | - |
| XYZ | 3.18 | 4.52 | 0.99 | - |
| YUV | 53.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 10 | 0.29 | 0 | 0.85 | 0.74 | 80.36 | 0.74 | 0.15 |
| Hex | 2F | 42 | A | 1D | 0 | 55 | 4A | 50 | 4A | F |
| Octal | 57 | 102 | 12 | 35 | 0 | 125 | 112 | 120 | 112 | 17 |
| Binary | 101111 | 1000010 | 1010 | 11101 | 0 | 1010101 | 1001010 | 1010000 | 1001010 | 1111 |
Color Harmonies of #2F420A
Complementary color
Monochromatic Colors of #2F420A
Black with #2F420A
Text Example
Text Example
White with #2F420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F420A; }
p { color: rgb(47,66,10); }
H1.HeaderClassName
{
color: #2F420A;
}
.AnyTagClassName
{
color: #2F420A;
}
</style>
background-color css
<style>
a { background-color: #2F420A; }
a { background-color: rgb(47,66,10); }
div.DivClassName
{
background-color: #2F420A;
}
.BgClassName
{
background-color: #2F420A;
}
</style>
border-color css
<style>
span { border-color: #2F420A; }
span { border-color: rgb(47,66,10); }
td.TdClassName
{
border-color: #2F420A;
}
.TagClassName
{
border-color: #2F420A;
}
</style>