Shades of Turtle Green #294D00
Tints of Turtle Green #294D00
RGB
CMYK
RGB Variations
Color information
#294D00 (or 0x294D00) is known color: Turtle Green. HEX triplet: 29, 4D and 00. RGB value is (41,77,0). Sum of RGB (Red+Green+Blue) = 41+77+0=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 77 (30.47% from 255 or 65.25% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 77 - color contains mainly: green. Hex color #294D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294D00 is #D6B2FF. Grayscale: #393939. Windows color (decimal): -14070528 or 19753. OLE color: 19753.
HSL color Cylindrical-coordinate representation of color #294D00: hue angle of 88.05º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #294D00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.70 |
| HSL | 88.05º | 1% | 0.15% | - |
| HSV(B) | 88.05º | 1% | 0.3% | - |
| XYZ | 3.57 | 5.78 | 0.93 | - |
| YUV | 57.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 0 | 0.47 | 0 | 1 | 0.70 | 88.05 | 1 | 0.15 |
| Hex | 29 | 4D | 0 | 2F | 0 | 64 | 46 | 58 | 64 | F |
| Octal | 51 | 115 | 0 | 57 | 0 | 144 | 106 | 130 | 144 | 17 |
| Binary | 101001 | 1001101 | 0 | 101111 | 0 | 1100100 | 1000110 | 1011000 | 1100100 | 1111 |
Color Harmonies of #294D00
Complementary color
Monochromatic Colors of #294D00
Black with #294D00
Text Example
Text Example
White with #294D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D00; }
p { color: rgb(41,77,0); }
H1.HeaderClassName
{
color: #294D00;
}
.AnyTagClassName
{
color: #294D00;
}
</style>
background-color css
<style>
a { background-color: #294D00; }
a { background-color: rgb(41,77,0); }
div.DivClassName
{
background-color: #294D00;
}
.BgClassName
{
background-color: #294D00;
}
</style>
border-color css
<style>
span { border-color: #294D00; }
span { border-color: rgb(41,77,0); }
td.TdClassName
{
border-color: #294D00;
}
.TagClassName
{
border-color: #294D00;
}
</style>