Shades of Turtle Green #295503
Tints of Turtle Green #295503
RGB
CMYK
RGB Variations
Color information
#295503 (or 0x295503) is known color: Turtle Green. HEX triplet: 29, 55 and 03. RGB value is (41,85,3). Sum of RGB (Red+Green+Blue) = 41+85+3=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #295503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295503 is #D6AAFC. Grayscale: #3E3E3E. Windows color (decimal): -14068477 or 218409. OLE color: 218409.
HSL color Cylindrical-coordinate representation of color #295503: hue angle of 92.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #295503 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 85 | 3 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.67 |
| HSL | 92.2º | 0.93% | 0.17% | - |
| HSV(B) | 92.2º | 0.96% | 0.33% | - |
| XYZ | 4.18 | 6.97 | 1.21 | - |
| YUV | 62.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 3 | 0.52 | 0 | 0.96 | 0.67 | 92.2 | 0.93 | 0.17 |
| Hex | 29 | 55 | 3 | 34 | 0 | 60 | 43 | 5C | 5D | 11 |
| Octal | 51 | 125 | 3 | 64 | 0 | 140 | 103 | 134 | 135 | 21 |
| Binary | 101001 | 1010101 | 11 | 110100 | 0 | 1100000 | 1000011 | 1011100 | 1011101 | 10001 |
Color Harmonies of #295503
Complementary color
Monochromatic Colors of #295503
Black with #295503
Text Example
Text Example
White with #295503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295503; }
p { color: rgb(41,85,3); }
H1.HeaderClassName
{
color: #295503;
}
.AnyTagClassName
{
color: #295503;
}
</style>
background-color css
<style>
a { background-color: #295503; }
a { background-color: rgb(41,85,3); }
div.DivClassName
{
background-color: #295503;
}
.BgClassName
{
background-color: #295503;
}
</style>
border-color css
<style>
span { border-color: #295503; }
span { border-color: rgb(41,85,3); }
td.TdClassName
{
border-color: #295503;
}
.TagClassName
{
border-color: #295503;
}
</style>