Shades of Turtle Green #295600
Tints of Turtle Green #295600
RGB
CMYK
RGB Variations
Color information
#295600 (or 0x295600) is known color: Turtle Green. HEX triplet: 29, 56 and 00. RGB value is (41,86,0). Sum of RGB (Red+Green+Blue) = 41+86+0=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #295600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295600 is #D6A9FF. Grayscale: #3F3F3F. Windows color (decimal): -14068224 or 22057. OLE color: 22057.
HSL color Cylindrical-coordinate representation of color #295600: hue angle of 91.4º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #295600 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 86 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.66 |
| HSL | 91.4º | 1% | 0.17% | - |
| HSV(B) | 91.4º | 1% | 0.34% | - |
| XYZ | 4.24 | 7.13 | 1.15 | - |
| YUV | 62.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 0 | 0.52 | 0 | 1 | 0.66 | 91.4 | 1 | 0.17 |
| Hex | 29 | 56 | 0 | 34 | 0 | 64 | 42 | 5B | 64 | 11 |
| Octal | 51 | 126 | 0 | 64 | 0 | 144 | 102 | 133 | 144 | 21 |
| Binary | 101001 | 1010110 | 0 | 110100 | 0 | 1100100 | 1000010 | 1011011 | 1100100 | 10001 |
Color Harmonies of #295600
Complementary color
Monochromatic Colors of #295600
Black with #295600
Text Example
Text Example
White with #295600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295600; }
p { color: rgb(41,86,0); }
H1.HeaderClassName
{
color: #295600;
}
.AnyTagClassName
{
color: #295600;
}
</style>
background-color css
<style>
a { background-color: #295600; }
a { background-color: rgb(41,86,0); }
div.DivClassName
{
background-color: #295600;
}
.BgClassName
{
background-color: #295600;
}
</style>
border-color css
<style>
span { border-color: #295600; }
span { border-color: rgb(41,86,0); }
td.TdClassName
{
border-color: #295600;
}
.TagClassName
{
border-color: #295600;
}
</style>