Shades of Turtle Green #294800
Tints of Turtle Green #294800
RGB
CMYK
RGB Variations
Color information
#294800 (or 0x294800) is known color: Turtle Green. HEX triplet: 29, 48 and 00. RGB value is (41,72,0). Sum of RGB (Red+Green+Blue) = 41+72+0=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #294800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294800 is #D6B7FF. Grayscale: #363636. Windows color (decimal): -14071808 or 18473. OLE color: 18473.
HSL color Cylindrical-coordinate representation of color #294800: hue angle of 85.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #294800 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 72 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.72 |
| HSL | 85.83º | 1% | 0.14% | - |
| HSV(B) | 85.83º | 1% | 0.28% | - |
| XYZ | 3.23 | 5.11 | 0.82 | - |
| YUV | 54.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 0 | 0.43 | 0 | 1 | 0.72 | 85.83 | 1 | 0.14 |
| Hex | 29 | 48 | 0 | 2B | 0 | 64 | 48 | 56 | 64 | E |
| Octal | 51 | 110 | 0 | 53 | 0 | 144 | 110 | 126 | 144 | 16 |
| Binary | 101001 | 1001000 | 0 | 101011 | 0 | 1100100 | 1001000 | 1010110 | 1100100 | 1110 |
Color Harmonies of #294800
Complementary color
Monochromatic Colors of #294800
Black with #294800
Text Example
Text Example
White with #294800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294800; }
p { color: rgb(41,72,0); }
H1.HeaderClassName
{
color: #294800;
}
.AnyTagClassName
{
color: #294800;
}
</style>
background-color css
<style>
a { background-color: #294800; }
a { background-color: rgb(41,72,0); }
div.DivClassName
{
background-color: #294800;
}
.BgClassName
{
background-color: #294800;
}
</style>
border-color css
<style>
span { border-color: #294800; }
span { border-color: rgb(41,72,0); }
td.TdClassName
{
border-color: #294800;
}
.TagClassName
{
border-color: #294800;
}
</style>