Shades of Turtle Green #29370B
Tints of Turtle Green #29370B
RGB
CMYK
RGB Variations
Color information
#29370B (or 0x29370B) is known color: Turtle Green. HEX triplet: 29, 37 and 0B. RGB value is (41,55,11). Sum of RGB (Red+Green+Blue) = 41+55+11=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #29370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29370B is #D6C8F4. Grayscale: #2D2D2D. Windows color (decimal): -14076149 or 735017. OLE color: 735017.
HSL color Cylindrical-coordinate representation of color #29370B: hue angle of 79.09º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29370B is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 55 | 11 | - |
| CMYK | 0.25 | 0 | 0.8 | 0.78 |
| HSL | 79.09º | 0.67% | 0.13% | - |
| HSV(B) | 79.09º | 0.8% | 0.22% | - |
| XYZ | 2.34 | 3.23 | 0.82 | - |
| YUV | 45.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 11 | 0.25 | 0 | 0.8 | 0.78 | 79.09 | 0.67 | 0.13 |
| Hex | 29 | 37 | B | 19 | 0 | 50 | 4E | 4F | 43 | D |
| Octal | 51 | 67 | 13 | 31 | 0 | 120 | 116 | 117 | 103 | 15 |
| Binary | 101001 | 110111 | 1011 | 11001 | 0 | 1010000 | 1001110 | 1001111 | 1000011 | 1101 |
Color Harmonies of #29370B
Complementary color
Monochromatic Colors of #29370B
Black with #29370B
Text Example
Text Example
White with #29370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29370B; }
p { color: rgb(41,55,11); }
H1.HeaderClassName
{
color: #29370B;
}
.AnyTagClassName
{
color: #29370B;
}
</style>
background-color css
<style>
a { background-color: #29370B; }
a { background-color: rgb(41,55,11); }
div.DivClassName
{
background-color: #29370B;
}
.BgClassName
{
background-color: #29370B;
}
</style>
border-color css
<style>
span { border-color: #29370B; }
span { border-color: rgb(41,55,11); }
td.TdClassName
{
border-color: #29370B;
}
.TagClassName
{
border-color: #29370B;
}
</style>