Shades of Turtle Green #29460A
Tints of Turtle Green #29460A
RGB
CMYK
RGB Variations
Color information
#29460A (or 0x29460A) is known color: Turtle Green. HEX triplet: 29, 46 and 0A. RGB value is (41,70,10). Sum of RGB (Red+Green+Blue) = 41+70+10=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #29460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29460A is #D6B9F5. Grayscale: #363636. Windows color (decimal): -14072310 or 673321. OLE color: 673321.
HSL color Cylindrical-coordinate representation of color #29460A: hue angle of 89º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29460A is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 10 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.73 |
| HSL | 89º | 0.75% | 0.16% | - |
| HSV(B) | 89º | 0.86% | 0.27% | - |
| XYZ | 3.16 | 4.87 | 1.06 | - |
| YUV | 54.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 10 | 0.41 | 0 | 0.86 | 0.73 | 89 | 0.75 | 0.16 |
| Hex | 29 | 46 | A | 29 | 0 | 56 | 49 | 59 | 4B | 10 |
| Octal | 51 | 106 | 12 | 51 | 0 | 126 | 111 | 131 | 113 | 20 |
| Binary | 101001 | 1000110 | 1010 | 101001 | 0 | 1010110 | 1001001 | 1011001 | 1001011 | 10000 |
Color Harmonies of #29460A
Complementary color
Monochromatic Colors of #29460A
Black with #29460A
Text Example
Text Example
White with #29460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29460A; }
p { color: rgb(41,70,10); }
H1.HeaderClassName
{
color: #29460A;
}
.AnyTagClassName
{
color: #29460A;
}
</style>
background-color css
<style>
a { background-color: #29460A; }
a { background-color: rgb(41,70,10); }
div.DivClassName
{
background-color: #29460A;
}
.BgClassName
{
background-color: #29460A;
}
</style>
border-color css
<style>
span { border-color: #29460A; }
span { border-color: rgb(41,70,10); }
td.TdClassName
{
border-color: #29460A;
}
.TagClassName
{
border-color: #29460A;
}
</style>