Shades of Turtle Green #29350D
Tints of Turtle Green #29350D
RGB
CMYK
RGB Variations
Color information
#29350D (or 0x29350D) is known color: Turtle Green. HEX triplet: 29, 35 and 0D. RGB value is (41,53,13). Sum of RGB (Red+Green+Blue) = 41+53+13=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #29350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29350D is #D6CAF2. Grayscale: #2D2D2D. Windows color (decimal): -14076659 or 865577. OLE color: 865577.
HSL color Cylindrical-coordinate representation of color #29350D: hue angle of 78º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29350D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 53 | 13 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.79 |
| HSL | 78º | 0.61% | 0.13% | - |
| HSV(B) | 78º | 0.75% | 0.21% | - |
| XYZ | 2.26 | 3.05 | 0.85 | - |
| YUV | 44.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 13 | 0.23 | 0 | 0.75 | 0.79 | 78 | 0.61 | 0.13 |
| Hex | 29 | 35 | D | 17 | 0 | 4B | 4F | 4E | 3D | D |
| Octal | 51 | 65 | 15 | 27 | 0 | 113 | 117 | 116 | 75 | 15 |
| Binary | 101001 | 110101 | 1101 | 10111 | 0 | 1001011 | 1001111 | 1001110 | 111101 | 1101 |
Color Harmonies of #29350D
Complementary color
Monochromatic Colors of #29350D
Black with #29350D
Text Example
Text Example
White with #29350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29350D; }
p { color: rgb(41,53,13); }
H1.HeaderClassName
{
color: #29350D;
}
.AnyTagClassName
{
color: #29350D;
}
</style>
background-color css
<style>
a { background-color: #29350D; }
a { background-color: rgb(41,53,13); }
div.DivClassName
{
background-color: #29350D;
}
.BgClassName
{
background-color: #29350D;
}
</style>
border-color css
<style>
span { border-color: #29350D; }
span { border-color: rgb(41,53,13); }
td.TdClassName
{
border-color: #29350D;
}
.TagClassName
{
border-color: #29350D;
}
</style>