Shades of Turtle Green #295700
Tints of Turtle Green #295700
RGB
CMYK
RGB Variations
Color information
#295700 (or 0x295700) is known color: Turtle Green. HEX triplet: 29, 57 and 00. RGB value is (41,87,0). Sum of RGB (Red+Green+Blue) = 41+87+0=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 87 (34.38% from 255 or 67.97% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 87 - color contains mainly: green. Hex color #295700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295700 is #D6A8FF. Grayscale: #3F3F3F. Windows color (decimal): -14067968 or 22313. OLE color: 22313.
HSL color Cylindrical-coordinate representation of color #295700: hue angle of 91.72º 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 #295700 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 87 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.66 |
| HSL | 91.72º | 1% | 0.17% | - |
| HSV(B) | 91.72º | 1% | 0.34% | - |
| XYZ | 4.32 | 7.29 | 1.18 | - |
| YUV | 63.33 | 92.26 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 0 | 0.53 | 0 | 1 | 0.66 | 91.72 | 1 | 0.17 |
| Hex | 29 | 57 | 0 | 35 | 0 | 64 | 42 | 5C | 64 | 11 |
| Octal | 51 | 127 | 0 | 65 | 0 | 144 | 102 | 134 | 144 | 21 |
| Binary | 101001 | 1010111 | 0 | 110101 | 0 | 1100100 | 1000010 | 1011100 | 1100100 | 10001 |
Color Harmonies of #295700
Complementary color
Monochromatic Colors of #295700
Black with #295700
Text Example
Text Example
White with #295700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295700; }
p { color: rgb(41,87,0); }
H1.HeaderClassName
{
color: #295700;
}
.AnyTagClassName
{
color: #295700;
}
</style>
background-color css
<style>
a { background-color: #295700; }
a { background-color: rgb(41,87,0); }
div.DivClassName
{
background-color: #295700;
}
.BgClassName
{
background-color: #295700;
}
</style>
border-color css
<style>
span { border-color: #295700; }
span { border-color: rgb(41,87,0); }
td.TdClassName
{
border-color: #295700;
}
.TagClassName
{
border-color: #295700;
}
</style>