Shades of Turtle Green #294F05
Tints of Turtle Green #294F05
RGB
CMYK
RGB Variations
Color information
#294F05 (or 0x294F05) is known color: Turtle Green. HEX triplet: 29, 4F and 05. RGB value is (41,79,5). Sum of RGB (Red+Green+Blue) = 41+79+5=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 79 (31.25% from 255 or 63.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 79 - color contains mainly: green. Hex color #294F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294F05 is #D6B0FA. Grayscale: #3B3B3B. Windows color (decimal): -14070011 or 347945. OLE color: 347945.
HSL color Cylindrical-coordinate representation of color #294F05: hue angle of 90.81º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #294F05 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 5 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.69 |
| HSL | 90.81º | 0.88% | 0.16% | - |
| HSV(B) | 90.81º | 0.94% | 0.31% | - |
| XYZ | 3.74 | 6.07 | 1.12 | - |
| YUV | 59.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 5 | 0.48 | 0 | 0.94 | 0.69 | 90.81 | 0.88 | 0.16 |
| Hex | 29 | 4F | 5 | 30 | 0 | 5E | 45 | 5B | 58 | 10 |
| Octal | 51 | 117 | 5 | 60 | 0 | 136 | 105 | 133 | 130 | 20 |
| Binary | 101001 | 1001111 | 101 | 110000 | 0 | 1011110 | 1000101 | 1011011 | 1011000 | 10000 |
Color Harmonies of #294F05
Complementary color
Monochromatic Colors of #294F05
Black with #294F05
Text Example
Text Example
White with #294F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F05; }
p { color: rgb(41,79,5); }
H1.HeaderClassName
{
color: #294F05;
}
.AnyTagClassName
{
color: #294F05;
}
</style>
background-color css
<style>
a { background-color: #294F05; }
a { background-color: rgb(41,79,5); }
div.DivClassName
{
background-color: #294F05;
}
.BgClassName
{
background-color: #294F05;
}
</style>
border-color css
<style>
span { border-color: #294F05; }
span { border-color: rgb(41,79,5); }
td.TdClassName
{
border-color: #294F05;
}
.TagClassName
{
border-color: #294F05;
}
</style>