Shades of Turtle Green #294500
Tints of Turtle Green #294500
RGB
CMYK
RGB Variations
Color information
#294500 (or 0x294500) is known color: Turtle Green. HEX triplet: 29, 45 and 00. RGB value is (41,69,0). Sum of RGB (Red+Green+Blue) = 41+69+0=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #294500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294500 is #D6BAFF. Grayscale: #353535. Windows color (decimal): -14072576 or 17705. OLE color: 17705.
HSL color Cylindrical-coordinate representation of color #294500: hue angle of 84.35º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #294500 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.73 |
| HSL | 84.35º | 1% | 0.14% | - |
| HSV(B) | 84.35º | 1% | 0.27% | - |
| XYZ | 3.04 | 4.73 | 0.75 | - |
| YUV | 52.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 0 | 0.41 | 0 | 1 | 0.73 | 84.35 | 1 | 0.14 |
| Hex | 29 | 45 | 0 | 29 | 0 | 64 | 49 | 54 | 64 | E |
| Octal | 51 | 105 | 0 | 51 | 0 | 144 | 111 | 124 | 144 | 16 |
| Binary | 101001 | 1000101 | 0 | 101001 | 0 | 1100100 | 1001001 | 1010100 | 1100100 | 1110 |
Color Harmonies of #294500
Complementary color
Monochromatic Colors of #294500
Black with #294500
Text Example
Text Example
White with #294500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294500; }
p { color: rgb(41,69,0); }
H1.HeaderClassName
{
color: #294500;
}
.AnyTagClassName
{
color: #294500;
}
</style>
background-color css
<style>
a { background-color: #294500; }
a { background-color: rgb(41,69,0); }
div.DivClassName
{
background-color: #294500;
}
.BgClassName
{
background-color: #294500;
}
</style>
border-color css
<style>
span { border-color: #294500; }
span { border-color: rgb(41,69,0); }
td.TdClassName
{
border-color: #294500;
}
.TagClassName
{
border-color: #294500;
}
</style>