Shades of Turtle Green #294E04
Tints of Turtle Green #294E04
RGB
CMYK
RGB Variations
Color information
#294E04 (or 0x294E04) is known color: Turtle Green. HEX triplet: 29, 4E and 04. RGB value is (41,78,4). Sum of RGB (Red+Green+Blue) = 41+78+4=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #294E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294E04 is #D6B1FB. Grayscale: #3A3A3A. Windows color (decimal): -14070268 or 282153. OLE color: 282153.
HSL color Cylindrical-coordinate representation of color #294E04: hue angle of 90º 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 #294E04 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 78 | 4 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.69 |
| HSL | 90º | 0.9% | 0.16% | - |
| HSV(B) | 90º | 0.95% | 0.31% | - |
| XYZ | 3.66 | 5.93 | 1.07 | - |
| YUV | 58.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 4 | 0.47 | 0 | 0.95 | 0.69 | 90 | 0.9 | 0.16 |
| Hex | 29 | 4E | 4 | 2F | 0 | 5F | 45 | 5A | 5A | 10 |
| Octal | 51 | 116 | 4 | 57 | 0 | 137 | 105 | 132 | 132 | 20 |
| Binary | 101001 | 1001110 | 100 | 101111 | 0 | 1011111 | 1000101 | 1011010 | 1011010 | 10000 |
Color Harmonies of #294E04
Complementary color
Monochromatic Colors of #294E04
Black with #294E04
Text Example
Text Example
White with #294E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E04; }
p { color: rgb(41,78,4); }
H1.HeaderClassName
{
color: #294E04;
}
.AnyTagClassName
{
color: #294E04;
}
</style>
background-color css
<style>
a { background-color: #294E04; }
a { background-color: rgb(41,78,4); }
div.DivClassName
{
background-color: #294E04;
}
.BgClassName
{
background-color: #294E04;
}
</style>
border-color css
<style>
span { border-color: #294E04; }
span { border-color: rgb(41,78,4); }
td.TdClassName
{
border-color: #294E04;
}
.TagClassName
{
border-color: #294E04;
}
</style>