Shades of Turtle Green #295501
Tints of Turtle Green #295501
RGB
CMYK
RGB Variations
Color information
#295501 (or 0x295501) is known color: Turtle Green. HEX triplet: 29, 55 and 01. RGB value is (41,85,1). Sum of RGB (Red+Green+Blue) = 41+85+1=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #295501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295501 is #D6AAFE. Grayscale: #3E3E3E. Windows color (decimal): -14068479 or 87337. OLE color: 87337.
HSL color Cylindrical-coordinate representation of color #295501: hue angle of 91.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #295501 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 85 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.67 |
| HSL | 91.43º | 0.98% | 0.17% | - |
| HSV(B) | 91.43º | 0.99% | 0.33% | - |
| XYZ | 4.17 | 6.97 | 1.15 | - |
| YUV | 62.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 1 | 0.52 | 0 | 0.99 | 0.67 | 91.43 | 0.98 | 0.17 |
| Hex | 29 | 55 | 1 | 34 | 0 | 63 | 43 | 5B | 62 | 11 |
| Octal | 51 | 125 | 1 | 64 | 0 | 143 | 103 | 133 | 142 | 21 |
| Binary | 101001 | 1010101 | 1 | 110100 | 0 | 1100011 | 1000011 | 1011011 | 1100010 | 10001 |
Color Harmonies of #295501
Complementary color
Monochromatic Colors of #295501
Black with #295501
Text Example
Text Example
White with #295501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295501; }
p { color: rgb(41,85,1); }
H1.HeaderClassName
{
color: #295501;
}
.AnyTagClassName
{
color: #295501;
}
</style>
background-color css
<style>
a { background-color: #295501; }
a { background-color: rgb(41,85,1); }
div.DivClassName
{
background-color: #295501;
}
.BgClassName
{
background-color: #295501;
}
</style>
border-color css
<style>
span { border-color: #295501; }
span { border-color: rgb(41,85,1); }
td.TdClassName
{
border-color: #295501;
}
.TagClassName
{
border-color: #295501;
}
</style>