Shades of Turtle Green #2F420D
Tints of Turtle Green #2F420D
RGB
CMYK
RGB Variations
Color information
#2F420D (or 0x2F420D) is known color: Turtle Green. HEX triplet: 2F, 42 and 0D. RGB value is (47,66,13). Sum of RGB (Red+Green+Blue) = 47+66+13=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #2F420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F420D is #D0BDF2. Grayscale: #363636. Windows color (decimal): -13680115 or 868911. OLE color: 868911.
HSL color Cylindrical-coordinate representation of color #2F420D: hue angle of 81.51º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F420D is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 66 | 13 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.74 |
| HSL | 81.51º | 0.67% | 0.15% | - |
| HSV(B) | 81.51º | 0.8% | 0.26% | - |
| XYZ | 3.19 | 4.53 | 1.09 | - |
| YUV | 54.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 13 | 0.29 | 0 | 0.80 | 0.74 | 81.51 | 0.67 | 0.15 |
| Hex | 2F | 42 | D | 1D | 0 | 50 | 4A | 52 | 43 | F |
| Octal | 57 | 102 | 15 | 35 | 0 | 120 | 112 | 122 | 103 | 17 |
| Binary | 101111 | 1000010 | 1101 | 11101 | 0 | 1010000 | 1001010 | 1010010 | 1000011 | 1111 |
Color Harmonies of #2F420D
Complementary color
Monochromatic Colors of #2F420D
Black with #2F420D
Text Example
Text Example
White with #2F420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F420D; }
p { color: rgb(47,66,13); }
H1.HeaderClassName
{
color: #2F420D;
}
.AnyTagClassName
{
color: #2F420D;
}
</style>
background-color css
<style>
a { background-color: #2F420D; }
a { background-color: rgb(47,66,13); }
div.DivClassName
{
background-color: #2F420D;
}
.BgClassName
{
background-color: #2F420D;
}
</style>
border-color css
<style>
span { border-color: #2F420D; }
span { border-color: rgb(47,66,13); }
td.TdClassName
{
border-color: #2F420D;
}
.TagClassName
{
border-color: #2F420D;
}
</style>