Shades of Turtle Green #294700
Tints of Turtle Green #294700
RGB
CMYK
RGB Variations
Color information
#294700 (or 0x294700) is known color: Turtle Green. HEX triplet: 29, 47 and 00. RGB value is (41,71,0). Sum of RGB (Red+Green+Blue) = 41+71+0=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #294700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294700 is #D6B8FF. Grayscale: #363636. Windows color (decimal): -14072064 or 18217. OLE color: 18217.
HSL color Cylindrical-coordinate representation of color #294700: hue angle of 85.35º 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 #294700 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.72 |
| HSL | 85.35º | 1% | 0.14% | - |
| HSV(B) | 85.35º | 1% | 0.28% | - |
| XYZ | 3.17 | 4.98 | 0.79 | - |
| YUV | 53.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 0 | 0.42 | 0 | 1 | 0.72 | 85.35 | 1 | 0.14 |
| Hex | 29 | 47 | 0 | 2A | 0 | 64 | 48 | 55 | 64 | E |
| Octal | 51 | 107 | 0 | 52 | 0 | 144 | 110 | 125 | 144 | 16 |
| Binary | 101001 | 1000111 | 0 | 101010 | 0 | 1100100 | 1001000 | 1010101 | 1100100 | 1110 |
Color Harmonies of #294700
Complementary color
Monochromatic Colors of #294700
Black with #294700
Text Example
Text Example
White with #294700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294700; }
p { color: rgb(41,71,0); }
H1.HeaderClassName
{
color: #294700;
}
.AnyTagClassName
{
color: #294700;
}
</style>
background-color css
<style>
a { background-color: #294700; }
a { background-color: rgb(41,71,0); }
div.DivClassName
{
background-color: #294700;
}
.BgClassName
{
background-color: #294700;
}
</style>
border-color css
<style>
span { border-color: #294700; }
span { border-color: rgb(41,71,0); }
td.TdClassName
{
border-color: #294700;
}
.TagClassName
{
border-color: #294700;
}
</style>