Shades of Turtle Green #294902
Tints of Turtle Green #294902
RGB
CMYK
RGB Variations
Color information
#294902 (or 0x294902) is known color: Turtle Green. HEX triplet: 29, 49 and 02. RGB value is (41,73,2). Sum of RGB (Red+Green+Blue) = 41+73+2=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #294902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294902 is #D6B6FD. Grayscale: #373737. Windows color (decimal): -14071550 or 149801. OLE color: 149801.
HSL color Cylindrical-coordinate representation of color #294902: hue angle of 87.04º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #294902 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 73 | 2 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.71 |
| HSL | 87.04º | 0.95% | 0.15% | - |
| HSV(B) | 87.04º | 0.97% | 0.29% | - |
| XYZ | 3.31 | 5.24 | 0.89 | - |
| YUV | 55.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 2 | 0.44 | 0 | 0.97 | 0.71 | 87.04 | 0.95 | 0.15 |
| Hex | 29 | 49 | 2 | 2C | 0 | 61 | 47 | 57 | 5F | F |
| Octal | 51 | 111 | 2 | 54 | 0 | 141 | 107 | 127 | 137 | 17 |
| Binary | 101001 | 1001001 | 10 | 101100 | 0 | 1100001 | 1000111 | 1010111 | 1011111 | 1111 |
Color Harmonies of #294902
Complementary color
Monochromatic Colors of #294902
Black with #294902
Text Example
Text Example
White with #294902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294902; }
p { color: rgb(41,73,2); }
H1.HeaderClassName
{
color: #294902;
}
.AnyTagClassName
{
color: #294902;
}
</style>
background-color css
<style>
a { background-color: #294902; }
a { background-color: rgb(41,73,2); }
div.DivClassName
{
background-color: #294902;
}
.BgClassName
{
background-color: #294902;
}
</style>
border-color css
<style>
span { border-color: #294902; }
span { border-color: rgb(41,73,2); }
td.TdClassName
{
border-color: #294902;
}
.TagClassName
{
border-color: #294902;
}
</style>