Shades of Turtle Green #295704
Tints of Turtle Green #295704
RGB
CMYK
RGB Variations
Color information
#295704 (or 0x295704) is known color: Turtle Green. HEX triplet: 29, 57 and 04. RGB value is (41,87,4). Sum of RGB (Red+Green+Blue) = 41+87+4=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 87 (34.38% from 255 or 65.91% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 87 - color contains mainly: green. Hex color #295704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295704 is #D6A8FB. Grayscale: #404040. Windows color (decimal): -14067964 or 284457. OLE color: 284457.
HSL color Cylindrical-coordinate representation of color #295704: hue angle of 93.25º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #295704 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 87 | 4 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.66 |
| HSL | 93.25º | 0.91% | 0.18% | - |
| HSV(B) | 93.25º | 0.95% | 0.34% | - |
| XYZ | 4.34 | 7.3 | 1.29 | - |
| YUV | 63.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 4 | 0.53 | 0 | 0.95 | 0.66 | 93.25 | 0.91 | 0.18 |
| Hex | 29 | 57 | 4 | 35 | 0 | 5F | 42 | 5D | 5B | 12 |
| Octal | 51 | 127 | 4 | 65 | 0 | 137 | 102 | 135 | 133 | 22 |
| Binary | 101001 | 1010111 | 100 | 110101 | 0 | 1011111 | 1000010 | 1011101 | 1011011 | 10010 |
Color Harmonies of #295704
Complementary color
Monochromatic Colors of #295704
Black with #295704
Text Example
Text Example
White with #295704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295704; }
p { color: rgb(41,87,4); }
H1.HeaderClassName
{
color: #295704;
}
.AnyTagClassName
{
color: #295704;
}
</style>
background-color css
<style>
a { background-color: #295704; }
a { background-color: rgb(41,87,4); }
div.DivClassName
{
background-color: #295704;
}
.BgClassName
{
background-color: #295704;
}
</style>
border-color css
<style>
span { border-color: #295704; }
span { border-color: rgb(41,87,4); }
td.TdClassName
{
border-color: #295704;
}
.TagClassName
{
border-color: #295704;
}
</style>