Shades of Turtle Green #29450E
Tints of Turtle Green #29450E
RGB
CMYK
RGB Variations
Color information
#29450E (or 0x29450E) is known color: Turtle Green. HEX triplet: 29, 45 and 0E. RGB value is (41,69,14). Sum of RGB (Red+Green+Blue) = 41+69+14=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #29450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29450E is #D6BAF1. Grayscale: #363636. Windows color (decimal): -14072562 or 935209. OLE color: 935209.
HSL color Cylindrical-coordinate representation of color #29450E: hue angle of 90.55º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29450E is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 14 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.73 |
| HSL | 90.55º | 0.66% | 0.16% | - |
| HSV(B) | 90.55º | 0.8% | 0.27% | - |
| XYZ | 3.12 | 4.76 | 1.17 | - |
| YUV | 54.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 14 | 0.41 | 0 | 0.80 | 0.73 | 90.55 | 0.66 | 0.16 |
| Hex | 29 | 45 | E | 29 | 0 | 50 | 49 | 5B | 42 | 10 |
| Octal | 51 | 105 | 16 | 51 | 0 | 120 | 111 | 133 | 102 | 20 |
| Binary | 101001 | 1000101 | 1110 | 101001 | 0 | 1010000 | 1001001 | 1011011 | 1000010 | 10000 |
Color Harmonies of #29450E
Complementary color
Monochromatic Colors of #29450E
Black with #29450E
Text Example
Text Example
White with #29450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29450E; }
p { color: rgb(41,69,14); }
H1.HeaderClassName
{
color: #29450E;
}
.AnyTagClassName
{
color: #29450E;
}
</style>
background-color css
<style>
a { background-color: #29450E; }
a { background-color: rgb(41,69,14); }
div.DivClassName
{
background-color: #29450E;
}
.BgClassName
{
background-color: #29450E;
}
</style>
border-color css
<style>
span { border-color: #29450E; }
span { border-color: rgb(41,69,14); }
td.TdClassName
{
border-color: #29450E;
}
.TagClassName
{
border-color: #29450E;
}
</style>