Shades of Turtle Green #29490B
Tints of Turtle Green #29490B
RGB
CMYK
RGB Variations
Color information
#29490B (or 0x29490B) is known color: Turtle Green. HEX triplet: 29, 49 and 0B. RGB value is (41,73,11). Sum of RGB (Red+Green+Blue) = 41+73+11=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #29490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29490B is #D6B6F4. Grayscale: #383838. Windows color (decimal): -14071541 or 739625. OLE color: 739625.
HSL color Cylindrical-coordinate representation of color #29490B: hue angle of 90.97º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29490B is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 73 | 11 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.71 |
| HSL | 90.97º | 0.74% | 0.16% | - |
| HSV(B) | 90.97º | 0.85% | 0.29% | - |
| XYZ | 3.36 | 5.26 | 1.16 | - |
| YUV | 56.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 11 | 0.44 | 0 | 0.85 | 0.71 | 90.97 | 0.74 | 0.16 |
| Hex | 29 | 49 | B | 2C | 0 | 55 | 47 | 5B | 4A | 10 |
| Octal | 51 | 111 | 13 | 54 | 0 | 125 | 107 | 133 | 112 | 20 |
| Binary | 101001 | 1001001 | 1011 | 101100 | 0 | 1010101 | 1000111 | 1011011 | 1001010 | 10000 |
Color Harmonies of #29490B
Complementary color
Monochromatic Colors of #29490B
Black with #29490B
Text Example
Text Example
White with #29490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29490B; }
p { color: rgb(41,73,11); }
H1.HeaderClassName
{
color: #29490B;
}
.AnyTagClassName
{
color: #29490B;
}
</style>
background-color css
<style>
a { background-color: #29490B; }
a { background-color: rgb(41,73,11); }
div.DivClassName
{
background-color: #29490B;
}
.BgClassName
{
background-color: #29490B;
}
</style>
border-color css
<style>
span { border-color: #29490B; }
span { border-color: rgb(41,73,11); }
td.TdClassName
{
border-color: #29490B;
}
.TagClassName
{
border-color: #29490B;
}
</style>