Shades of Turtle Green #294F04
Tints of Turtle Green #294F04
RGB
CMYK
RGB Variations
Color information
#294F04 (or 0x294F04) is known color: Turtle Green. HEX triplet: 29, 4F and 04. RGB value is (41,79,4). Sum of RGB (Red+Green+Blue) = 41+79+4=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #294F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F04 is #D6B0FB. Grayscale: #3B3B3B. Windows color (decimal): -14070012 or 282409. OLE color: 282409.
HSL color Cylindrical-coordinate representation of color #294F04: hue angle of 90.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #294F04 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 4 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.69 |
| HSL | 90.4º | 0.9% | 0.16% | - |
| HSV(B) | 90.4º | 0.95% | 0.31% | - |
| XYZ | 3.73 | 6.07 | 1.09 | - |
| YUV | 59.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 4 | 0.48 | 0 | 0.95 | 0.69 | 90.4 | 0.9 | 0.16 |
| Hex | 29 | 4F | 4 | 30 | 0 | 5F | 45 | 5A | 5A | 10 |
| Octal | 51 | 117 | 4 | 60 | 0 | 137 | 105 | 132 | 132 | 20 |
| Binary | 101001 | 1001111 | 100 | 110000 | 0 | 1011111 | 1000101 | 1011010 | 1011010 | 10000 |
Color Harmonies of #294F04
Complementary color
Monochromatic Colors of #294F04
Black with #294F04
Text Example
Text Example
White with #294F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F04; }
p { color: rgb(41,79,4); }
H1.HeaderClassName
{
color: #294F04;
}
.AnyTagClassName
{
color: #294F04;
}
</style>
background-color css
<style>
a { background-color: #294F04; }
a { background-color: rgb(41,79,4); }
div.DivClassName
{
background-color: #294F04;
}
.BgClassName
{
background-color: #294F04;
}
</style>
border-color css
<style>
span { border-color: #294F04; }
span { border-color: rgb(41,79,4); }
td.TdClassName
{
border-color: #294F04;
}
.TagClassName
{
border-color: #294F04;
}
</style>