Shades of Turtle Green #29400D
Tints of Turtle Green #29400D
RGB
CMYK
RGB Variations
Color information
#29400D (or 0x29400D) is known color: Turtle Green. HEX triplet: 29, 40 and 0D. RGB value is (41,64,13). Sum of RGB (Red+Green+Blue) = 41+64+13=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #29400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29400D is #D6BFF2. Grayscale: #333333. Windows color (decimal): -14073843 or 868393. OLE color: 868393.
HSL color Cylindrical-coordinate representation of color #29400D: hue angle of 87.06º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29400D is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 64 | 13 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.75 |
| HSL | 87.06º | 0.66% | 0.15% | - |
| HSV(B) | 87.06º | 0.8% | 0.25% | - |
| XYZ | 2.82 | 4.17 | 1.04 | - |
| YUV | 51.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 13 | 0.36 | 0 | 0.80 | 0.75 | 87.06 | 0.66 | 0.15 |
| Hex | 29 | 40 | D | 24 | 0 | 50 | 4B | 57 | 42 | F |
| Octal | 51 | 100 | 15 | 44 | 0 | 120 | 113 | 127 | 102 | 17 |
| Binary | 101001 | 1000000 | 1101 | 100100 | 0 | 1010000 | 1001011 | 1010111 | 1000010 | 1111 |
Color Harmonies of #29400D
Complementary color
Monochromatic Colors of #29400D
Black with #29400D
Text Example
Text Example
White with #29400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29400D; }
p { color: rgb(41,64,13); }
H1.HeaderClassName
{
color: #29400D;
}
.AnyTagClassName
{
color: #29400D;
}
</style>
background-color css
<style>
a { background-color: #29400D; }
a { background-color: rgb(41,64,13); }
div.DivClassName
{
background-color: #29400D;
}
.BgClassName
{
background-color: #29400D;
}
</style>
border-color css
<style>
span { border-color: #29400D; }
span { border-color: rgb(41,64,13); }
td.TdClassName
{
border-color: #29400D;
}
.TagClassName
{
border-color: #29400D;
}
</style>