Shades of Turtle Green #29410E
Tints of Turtle Green #29410E
RGB
CMYK
RGB Variations
Color information
#29410E (or 0x29410E) is known color: Turtle Green. HEX triplet: 29, 41 and 0E. RGB value is (41,65,14). Sum of RGB (Red+Green+Blue) = 41+65+14=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #29410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29410E is #D6BEF1. Grayscale: #343434. Windows color (decimal): -14073586 or 934185. OLE color: 934185.
HSL color Cylindrical-coordinate representation of color #29410E: hue angle of 88.24º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29410E is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 14 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.75 |
| HSL | 88.24º | 0.65% | 0.15% | - |
| HSV(B) | 88.24º | 0.78% | 0.25% | - |
| XYZ | 2.88 | 4.28 | 1.09 | - |
| YUV | 52.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 14 | 0.37 | 0 | 0.78 | 0.75 | 88.24 | 0.65 | 0.15 |
| Hex | 29 | 41 | E | 25 | 0 | 4E | 4B | 58 | 41 | F |
| Octal | 51 | 101 | 16 | 45 | 0 | 116 | 113 | 130 | 101 | 17 |
| Binary | 101001 | 1000001 | 1110 | 100101 | 0 | 1001110 | 1001011 | 1011000 | 1000001 | 1111 |
Color Harmonies of #29410E
Complementary color
Monochromatic Colors of #29410E
Black with #29410E
Text Example
Text Example
White with #29410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29410E; }
p { color: rgb(41,65,14); }
H1.HeaderClassName
{
color: #29410E;
}
.AnyTagClassName
{
color: #29410E;
}
</style>
background-color css
<style>
a { background-color: #29410E; }
a { background-color: rgb(41,65,14); }
div.DivClassName
{
background-color: #29410E;
}
.BgClassName
{
background-color: #29410E;
}
</style>
border-color css
<style>
span { border-color: #29410E; }
span { border-color: rgb(41,65,14); }
td.TdClassName
{
border-color: #29410E;
}
.TagClassName
{
border-color: #29410E;
}
</style>