Shades of Turtle Green #29470B
Tints of Turtle Green #29470B
RGB
CMYK
RGB Variations
Color information
#29470B (or 0x29470B) is known color: Turtle Green. HEX triplet: 29, 47 and 0B. RGB value is (41,71,11). Sum of RGB (Red+Green+Blue) = 41+71+11=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #29470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29470B is #D6B8F4. Grayscale: #373737. Windows color (decimal): -14072053 or 739113. OLE color: 739113.
HSL color Cylindrical-coordinate representation of color #29470B: hue angle of 90º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29470B is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 11 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.72 |
| HSL | 90º | 0.73% | 0.16% | - |
| HSV(B) | 90º | 0.85% | 0.28% | - |
| XYZ | 3.23 | 5 | 1.11 | - |
| YUV | 55.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 11 | 0.42 | 0 | 0.85 | 0.72 | 90 | 0.73 | 0.16 |
| Hex | 29 | 47 | B | 2A | 0 | 55 | 48 | 5A | 49 | 10 |
| Octal | 51 | 107 | 13 | 52 | 0 | 125 | 110 | 132 | 111 | 20 |
| Binary | 101001 | 1000111 | 1011 | 101010 | 0 | 1010101 | 1001000 | 1011010 | 1001001 | 10000 |
Color Harmonies of #29470B
Complementary color
Monochromatic Colors of #29470B
Black with #29470B
Text Example
Text Example
White with #29470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29470B; }
p { color: rgb(41,71,11); }
H1.HeaderClassName
{
color: #29470B;
}
.AnyTagClassName
{
color: #29470B;
}
</style>
background-color css
<style>
a { background-color: #29470B; }
a { background-color: rgb(41,71,11); }
div.DivClassName
{
background-color: #29470B;
}
.BgClassName
{
background-color: #29470B;
}
</style>
border-color css
<style>
span { border-color: #29470B; }
span { border-color: rgb(41,71,11); }
td.TdClassName
{
border-color: #29470B;
}
.TagClassName
{
border-color: #29470B;
}
</style>