Shades of Turtle Green #294F01
Tints of Turtle Green #294F01
RGB
CMYK
RGB Variations
Color information
#294F01 (or 0x294F01) is known color: Turtle Green. HEX triplet: 29, 4F and 01. RGB value is (41,79,1). Sum of RGB (Red+Green+Blue) = 41+79+1=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #294F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F01 is #D6B0FE. Grayscale: #3B3B3B. Windows color (decimal): -14070015 or 85801. OLE color: 85801.
HSL color Cylindrical-coordinate representation of color #294F01: hue angle of 89.23º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #294F01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.69 |
| HSL | 89.23º | 0.98% | 0.16% | - |
| HSV(B) | 89.23º | 0.99% | 0.31% | - |
| XYZ | 3.72 | 6.07 | 1 | - |
| YUV | 58.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 1 | 0.48 | 0 | 0.99 | 0.69 | 89.23 | 0.98 | 0.16 |
| Hex | 29 | 4F | 1 | 30 | 0 | 63 | 45 | 59 | 62 | 10 |
| Octal | 51 | 117 | 1 | 60 | 0 | 143 | 105 | 131 | 142 | 20 |
| Binary | 101001 | 1001111 | 1 | 110000 | 0 | 1100011 | 1000101 | 1011001 | 1100010 | 10000 |
Color Harmonies of #294F01
Complementary color
Monochromatic Colors of #294F01
Black with #294F01
Text Example
Text Example
White with #294F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F01; }
p { color: rgb(41,79,1); }
H1.HeaderClassName
{
color: #294F01;
}
.AnyTagClassName
{
color: #294F01;
}
</style>
background-color css
<style>
a { background-color: #294F01; }
a { background-color: rgb(41,79,1); }
div.DivClassName
{
background-color: #294F01;
}
.BgClassName
{
background-color: #294F01;
}
</style>
border-color css
<style>
span { border-color: #294F01; }
span { border-color: rgb(41,79,1); }
td.TdClassName
{
border-color: #294F01;
}
.TagClassName
{
border-color: #294F01;
}
</style>