Shades of Turtle Green #294400
Tints of Turtle Green #294400
RGB
CMYK
RGB Variations
Color information
#294400 (or 0x294400) is known color: Turtle Green. HEX triplet: 29, 44 and 00. RGB value is (41,68,0). Sum of RGB (Red+Green+Blue) = 41+68+0=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #294400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294400 is #D6BBFF. Grayscale: #343434. Windows color (decimal): -14072832 or 17449. OLE color: 17449.
HSL color Cylindrical-coordinate representation of color #294400: hue angle of 83.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #294400 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 68 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.73 |
| HSL | 83.82º | 1% | 0.13% | - |
| HSV(B) | 83.82º | 1% | 0.27% | - |
| XYZ | 2.98 | 4.61 | 0.73 | - |
| YUV | 52.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 0 | 0.40 | 0 | 1 | 0.73 | 83.82 | 1 | 0.13 |
| Hex | 29 | 44 | 0 | 28 | 0 | 64 | 49 | 54 | 64 | D |
| Octal | 51 | 104 | 0 | 50 | 0 | 144 | 111 | 124 | 144 | 15 |
| Binary | 101001 | 1000100 | 0 | 101000 | 0 | 1100100 | 1001001 | 1010100 | 1100100 | 1101 |
Color Harmonies of #294400
Complementary color
Monochromatic Colors of #294400
Black with #294400
Text Example
Text Example
White with #294400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294400; }
p { color: rgb(41,68,0); }
H1.HeaderClassName
{
color: #294400;
}
.AnyTagClassName
{
color: #294400;
}
</style>
background-color css
<style>
a { background-color: #294400; }
a { background-color: rgb(41,68,0); }
div.DivClassName
{
background-color: #294400;
}
.BgClassName
{
background-color: #294400;
}
</style>
border-color css
<style>
span { border-color: #294400; }
span { border-color: rgb(41,68,0); }
td.TdClassName
{
border-color: #294400;
}
.TagClassName
{
border-color: #294400;
}
</style>