Shades of Turtle Green #29400C
Tints of Turtle Green #29400C
RGB
CMYK
RGB Variations
Color information
#29400C (or 0x29400C) is known color: Turtle Green. HEX triplet: 29, 40 and 0C. RGB value is (41,64,12). Sum of RGB (Red+Green+Blue) = 41+64+12=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #29400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29400C is #D6BFF3. Grayscale: #333333. Windows color (decimal): -14073844 or 802857. OLE color: 802857.
HSL color Cylindrical-coordinate representation of color #29400C: hue angle of 86.54º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29400C is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 64 | 12 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.75 |
| HSL | 86.54º | 0.68% | 0.15% | - |
| HSV(B) | 86.54º | 0.81% | 0.25% | - |
| XYZ | 2.81 | 4.16 | 1 | - |
| YUV | 51.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 12 | 0.36 | 0 | 0.81 | 0.75 | 86.54 | 0.68 | 0.15 |
| Hex | 29 | 40 | C | 24 | 0 | 51 | 4B | 57 | 44 | F |
| Octal | 51 | 100 | 14 | 44 | 0 | 121 | 113 | 127 | 104 | 17 |
| Binary | 101001 | 1000000 | 1100 | 100100 | 0 | 1010001 | 1001011 | 1010111 | 1000100 | 1111 |
Color Harmonies of #29400C
Complementary color
Monochromatic Colors of #29400C
Black with #29400C
Text Example
Text Example
White with #29400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29400C; }
p { color: rgb(41,64,12); }
H1.HeaderClassName
{
color: #29400C;
}
.AnyTagClassName
{
color: #29400C;
}
</style>
background-color css
<style>
a { background-color: #29400C; }
a { background-color: rgb(41,64,12); }
div.DivClassName
{
background-color: #29400C;
}
.BgClassName
{
background-color: #29400C;
}
</style>
border-color css
<style>
span { border-color: #29400C; }
span { border-color: rgb(41,64,12); }
td.TdClassName
{
border-color: #29400C;
}
.TagClassName
{
border-color: #29400C;
}
</style>