Shades of Turtle Green #29350B
Tints of Turtle Green #29350B
RGB
CMYK
RGB Variations
Color information
#29350B (or 0x29350B) is known color: Turtle Green. HEX triplet: 29, 35 and 0B. RGB value is (41,53,11). Sum of RGB (Red+Green+Blue) = 41+53+11=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #29350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29350B is #D6CAF4. Grayscale: #2C2C2C. Windows color (decimal): -14076661 or 734505. OLE color: 734505.
HSL color Cylindrical-coordinate representation of color #29350B: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29350B is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 53 | 11 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.79 |
| HSL | 77.14º | 0.66% | 0.13% | - |
| HSV(B) | 77.14º | 0.79% | 0.21% | - |
| XYZ | 2.25 | 3.04 | 0.79 | - |
| YUV | 44.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 11 | 0.23 | 0 | 0.79 | 0.79 | 77.14 | 0.66 | 0.13 |
| Hex | 29 | 35 | B | 17 | 0 | 4F | 4F | 4D | 42 | D |
| Octal | 51 | 65 | 13 | 27 | 0 | 117 | 117 | 115 | 102 | 15 |
| Binary | 101001 | 110101 | 1011 | 10111 | 0 | 1001111 | 1001111 | 1001101 | 1000010 | 1101 |
Color Harmonies of #29350B
Complementary color
Monochromatic Colors of #29350B
Black with #29350B
Text Example
Text Example
White with #29350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29350B; }
p { color: rgb(41,53,11); }
H1.HeaderClassName
{
color: #29350B;
}
.AnyTagClassName
{
color: #29350B;
}
</style>
background-color css
<style>
a { background-color: #29350B; }
a { background-color: rgb(41,53,11); }
div.DivClassName
{
background-color: #29350B;
}
.BgClassName
{
background-color: #29350B;
}
</style>
border-color css
<style>
span { border-color: #29350B; }
span { border-color: rgb(41,53,11); }
td.TdClassName
{
border-color: #29350B;
}
.TagClassName
{
border-color: #29350B;
}
</style>