Shades of Turtle Green #29380B
Tints of Turtle Green #29380B
RGB
CMYK
RGB Variations
Color information
#29380B (or 0x29380B) is known color: Turtle Green. HEX triplet: 29, 38 and 0B. RGB value is (41,56,11). Sum of RGB (Red+Green+Blue) = 41+56+11=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #29380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29380B is #D6C7F4. Grayscale: #2E2E2E. Windows color (decimal): -14075893 or 735273. OLE color: 735273.
HSL color Cylindrical-coordinate representation of color #29380B: hue angle of 80º 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 #29380B is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 56 | 11 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.78 |
| HSL | 80º | 0.67% | 0.13% | - |
| HSV(B) | 80º | 0.8% | 0.22% | - |
| XYZ | 2.39 | 3.32 | 0.83 | - |
| YUV | 46.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 11 | 0.27 | 0 | 0.80 | 0.78 | 80 | 0.67 | 0.13 |
| Hex | 29 | 38 | B | 1B | 0 | 50 | 4E | 50 | 43 | D |
| Octal | 51 | 70 | 13 | 33 | 0 | 120 | 116 | 120 | 103 | 15 |
| Binary | 101001 | 111000 | 1011 | 11011 | 0 | 1010000 | 1001110 | 1010000 | 1000011 | 1101 |
Color Harmonies of #29380B
Complementary color
Monochromatic Colors of #29380B
Black with #29380B
Text Example
Text Example
White with #29380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29380B; }
p { color: rgb(41,56,11); }
H1.HeaderClassName
{
color: #29380B;
}
.AnyTagClassName
{
color: #29380B;
}
</style>
background-color css
<style>
a { background-color: #29380B; }
a { background-color: rgb(41,56,11); }
div.DivClassName
{
background-color: #29380B;
}
.BgClassName
{
background-color: #29380B;
}
</style>
border-color css
<style>
span { border-color: #29380B; }
span { border-color: rgb(41,56,11); }
td.TdClassName
{
border-color: #29380B;
}
.TagClassName
{
border-color: #29380B;
}
</style>