Shades of Turtle Green #29420A
Tints of Turtle Green #29420A
RGB
CMYK
RGB Variations
Color information
#29420A (or 0x29420A) is known color: Turtle Green. HEX triplet: 29, 42 and 0A. RGB value is (41,66,10). Sum of RGB (Red+Green+Blue) = 41+66+10=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #29420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29420A is #D6BDF5. Grayscale: #343434. Windows color (decimal): -14073334 or 672297. OLE color: 672297.
HSL color Cylindrical-coordinate representation of color #29420A: hue angle of 86.79º 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 #29420A is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 66 | 10 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.74 |
| HSL | 86.79º | 0.74% | 0.15% | - |
| HSV(B) | 86.79º | 0.85% | 0.26% | - |
| XYZ | 2.92 | 4.39 | 0.98 | - |
| YUV | 52.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 10 | 0.38 | 0 | 0.85 | 0.74 | 86.79 | 0.74 | 0.15 |
| Hex | 29 | 42 | A | 26 | 0 | 55 | 4A | 57 | 4A | F |
| Octal | 51 | 102 | 12 | 46 | 0 | 125 | 112 | 127 | 112 | 17 |
| Binary | 101001 | 1000010 | 1010 | 100110 | 0 | 1010101 | 1001010 | 1010111 | 1001010 | 1111 |
Color Harmonies of #29420A
Complementary color
Monochromatic Colors of #29420A
Black with #29420A
Text Example
Text Example
White with #29420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29420A; }
p { color: rgb(41,66,10); }
H1.HeaderClassName
{
color: #29420A;
}
.AnyTagClassName
{
color: #29420A;
}
</style>
background-color css
<style>
a { background-color: #29420A; }
a { background-color: rgb(41,66,10); }
div.DivClassName
{
background-color: #29420A;
}
.BgClassName
{
background-color: #29420A;
}
</style>
border-color css
<style>
span { border-color: #29420A; }
span { border-color: rgb(41,66,10); }
td.TdClassName
{
border-color: #29420A;
}
.TagClassName
{
border-color: #29420A;
}
</style>