Shades of Turtle Green #2F400A
Tints of Turtle Green #2F400A
RGB
CMYK
RGB Variations
Color information
#2F400A (or 0x2F400A) is known color: Turtle Green. HEX triplet: 2F, 40 and 0A. RGB value is (47,64,10). Sum of RGB (Red+Green+Blue) = 47+64+10=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #2F400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F400A is #D0BFF5. Grayscale: #343434. Windows color (decimal): -13680630 or 671791. OLE color: 671791.
HSL color Cylindrical-coordinate representation of color #2F400A: hue angle of 78.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F400A is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 10 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.75 |
| HSL | 78.89º | 0.73% | 0.15% | - |
| HSV(B) | 78.89º | 0.84% | 0.25% | - |
| XYZ | 3.06 | 4.29 | 0.95 | - |
| YUV | 52.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 10 | 0.27 | 0 | 0.84 | 0.75 | 78.89 | 0.73 | 0.15 |
| Hex | 2F | 40 | A | 1B | 0 | 54 | 4B | 4F | 49 | F |
| Octal | 57 | 100 | 12 | 33 | 0 | 124 | 113 | 117 | 111 | 17 |
| Binary | 101111 | 1000000 | 1010 | 11011 | 0 | 1010100 | 1001011 | 1001111 | 1001001 | 1111 |
Color Harmonies of #2F400A
Complementary color
Monochromatic Colors of #2F400A
Black with #2F400A
Text Example
Text Example
White with #2F400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F400A; }
p { color: rgb(47,64,10); }
H1.HeaderClassName
{
color: #2F400A;
}
.AnyTagClassName
{
color: #2F400A;
}
</style>
background-color css
<style>
a { background-color: #2F400A; }
a { background-color: rgb(47,64,10); }
div.DivClassName
{
background-color: #2F400A;
}
.BgClassName
{
background-color: #2F400A;
}
</style>
border-color css
<style>
span { border-color: #2F400A; }
span { border-color: rgb(47,64,10); }
td.TdClassName
{
border-color: #2F400A;
}
.TagClassName
{
border-color: #2F400A;
}
</style>