Shades of Turtle Green #29330E
Tints of Turtle Green #29330E
RGB
CMYK
RGB Variations
Color information
#29330E (or 0x29330E) is known color: Turtle Green. HEX triplet: 29, 33 and 0E. RGB value is (41,51,14). Sum of RGB (Red+Green+Blue) = 41+51+14=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #29330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29330E is #D6CCF1. Grayscale: #2B2B2B. Windows color (decimal): -14077170 or 930601. OLE color: 930601.
HSL color Cylindrical-coordinate representation of color #29330E: hue angle of 76.22º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29330E is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 51 | 14 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.8 |
| HSL | 76.22º | 0.57% | 0.13% | - |
| HSV(B) | 76.22º | 0.73% | 0.2% | - |
| XYZ | 2.18 | 2.87 | 0.85 | - |
| YUV | 43.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 14 | 0.20 | 0 | 0.73 | 0.8 | 76.22 | 0.57 | 0.13 |
| Hex | 29 | 33 | E | 14 | 0 | 49 | 50 | 4C | 39 | D |
| Octal | 51 | 63 | 16 | 24 | 0 | 111 | 120 | 114 | 71 | 15 |
| Binary | 101001 | 110011 | 1110 | 10100 | 0 | 1001001 | 1010000 | 1001100 | 111001 | 1101 |
Color Harmonies of #29330E
Complementary color
Monochromatic Colors of #29330E
Black with #29330E
Text Example
Text Example
White with #29330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29330E; }
p { color: rgb(41,51,14); }
H1.HeaderClassName
{
color: #29330E;
}
.AnyTagClassName
{
color: #29330E;
}
</style>
background-color css
<style>
a { background-color: #29330E; }
a { background-color: rgb(41,51,14); }
div.DivClassName
{
background-color: #29330E;
}
.BgClassName
{
background-color: #29330E;
}
</style>
border-color css
<style>
span { border-color: #29330E; }
span { border-color: rgb(41,51,14); }
td.TdClassName
{
border-color: #29330E;
}
.TagClassName
{
border-color: #29330E;
}
</style>