Shades of Turtle Green #294507
Tints of Turtle Green #294507
RGB
CMYK
RGB Variations
Color information
#294507 (or 0x294507) is known color: Turtle Green. HEX triplet: 29, 45 and 07. RGB value is (41,69,7). Sum of RGB (Red+Green+Blue) = 41+69+7=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #294507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294507 is #D6BAF8. Grayscale: #353535. Windows color (decimal): -14072569 or 476457. OLE color: 476457.
HSL color Cylindrical-coordinate representation of color #294507: hue angle of 87.1º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #294507 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 7 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.73 |
| HSL | 87.1º | 0.82% | 0.15% | - |
| HSV(B) | 87.1º | 0.9% | 0.27% | - |
| XYZ | 3.08 | 4.74 | 0.95 | - |
| YUV | 53.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 7 | 0.41 | 0 | 0.90 | 0.73 | 87.1 | 0.82 | 0.15 |
| Hex | 29 | 45 | 7 | 29 | 0 | 5A | 49 | 57 | 52 | F |
| Octal | 51 | 105 | 7 | 51 | 0 | 132 | 111 | 127 | 122 | 17 |
| Binary | 101001 | 1000101 | 111 | 101001 | 0 | 1011010 | 1001001 | 1010111 | 1010010 | 1111 |
Color Harmonies of #294507
Complementary color
Monochromatic Colors of #294507
Black with #294507
Text Example
Text Example
White with #294507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294507; }
p { color: rgb(41,69,7); }
H1.HeaderClassName
{
color: #294507;
}
.AnyTagClassName
{
color: #294507;
}
</style>
background-color css
<style>
a { background-color: #294507; }
a { background-color: rgb(41,69,7); }
div.DivClassName
{
background-color: #294507;
}
.BgClassName
{
background-color: #294507;
}
</style>
border-color css
<style>
span { border-color: #294507; }
span { border-color: rgb(41,69,7); }
td.TdClassName
{
border-color: #294507;
}
.TagClassName
{
border-color: #294507;
}
</style>