Shades of Turtle Green #294D08
Tints of Turtle Green #294D08
RGB
CMYK
RGB Variations
Color information
#294D08 (or 0x294D08) is known color: Turtle Green. HEX triplet: 29, 4D and 08. RGB value is (41,77,8). Sum of RGB (Red+Green+Blue) = 41+77+8=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #294D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294D08 is #D6B2F7. Grayscale: #3A3A3A. Windows color (decimal): -14070520 or 544041. OLE color: 544041.
HSL color Cylindrical-coordinate representation of color #294D08: hue angle of 91.3º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #294D08 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 8 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.70 |
| HSL | 91.3º | 0.81% | 0.17% | - |
| HSV(B) | 91.3º | 0.9% | 0.3% | - |
| XYZ | 3.61 | 5.8 | 1.16 | - |
| YUV | 58.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 8 | 0.47 | 0 | 0.90 | 0.70 | 91.3 | 0.81 | 0.17 |
| Hex | 29 | 4D | 8 | 2F | 0 | 5A | 46 | 5B | 51 | 11 |
| Octal | 51 | 115 | 10 | 57 | 0 | 132 | 106 | 133 | 121 | 21 |
| Binary | 101001 | 1001101 | 1000 | 101111 | 0 | 1011010 | 1000110 | 1011011 | 1010001 | 10001 |
Color Harmonies of #294D08
Complementary color
Monochromatic Colors of #294D08
Black with #294D08
Text Example
Text Example
White with #294D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D08; }
p { color: rgb(41,77,8); }
H1.HeaderClassName
{
color: #294D08;
}
.AnyTagClassName
{
color: #294D08;
}
</style>
background-color css
<style>
a { background-color: #294D08; }
a { background-color: rgb(41,77,8); }
div.DivClassName
{
background-color: #294D08;
}
.BgClassName
{
background-color: #294D08;
}
</style>
border-color css
<style>
span { border-color: #294D08; }
span { border-color: rgb(41,77,8); }
td.TdClassName
{
border-color: #294D08;
}
.TagClassName
{
border-color: #294D08;
}
</style>