Shades of Turtle Green #294901
Tints of Turtle Green #294901
RGB
CMYK
RGB Variations
Color information
#294901 (or 0x294901) is known color: Turtle Green. HEX triplet: 29, 49 and 01. RGB value is (41,73,1). Sum of RGB (Red+Green+Blue) = 41+73+1=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #294901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294901 is #D6B6FE. Grayscale: #373737. Windows color (decimal): -14071551 or 84265. OLE color: 84265.
HSL color Cylindrical-coordinate representation of color #294901: hue angle of 86.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #294901 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 73 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.71 |
| HSL | 86.67º | 0.97% | 0.15% | - |
| HSV(B) | 86.67º | 0.99% | 0.29% | - |
| XYZ | 3.3 | 5.24 | 0.87 | - |
| YUV | 55.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 1 | 0.44 | 0 | 0.99 | 0.71 | 86.67 | 0.97 | 0.15 |
| Hex | 29 | 49 | 1 | 2C | 0 | 63 | 47 | 57 | 61 | F |
| Octal | 51 | 111 | 1 | 54 | 0 | 143 | 107 | 127 | 141 | 17 |
| Binary | 101001 | 1001001 | 1 | 101100 | 0 | 1100011 | 1000111 | 1010111 | 1100001 | 1111 |
Color Harmonies of #294901
Complementary color
Monochromatic Colors of #294901
Black with #294901
Text Example
Text Example
White with #294901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294901; }
p { color: rgb(41,73,1); }
H1.HeaderClassName
{
color: #294901;
}
.AnyTagClassName
{
color: #294901;
}
</style>
background-color css
<style>
a { background-color: #294901; }
a { background-color: rgb(41,73,1); }
div.DivClassName
{
background-color: #294901;
}
.BgClassName
{
background-color: #294901;
}
</style>
border-color css
<style>
span { border-color: #294901; }
span { border-color: rgb(41,73,1); }
td.TdClassName
{
border-color: #294901;
}
.TagClassName
{
border-color: #294901;
}
</style>