Shades of Turtle Green #294601
Tints of Turtle Green #294601
RGB
CMYK
RGB Variations
Color information
#294601 (or 0x294601) is known color: Turtle Green. HEX triplet: 29, 46 and 01. RGB value is (41,70,1). Sum of RGB (Red+Green+Blue) = 41+70+1=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #294601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294601 is #D6B9FE. Grayscale: #353535. Windows color (decimal): -14072319 or 83497. OLE color: 83497.
HSL color Cylindrical-coordinate representation of color #294601: hue angle of 85.22º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #294601 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.73 |
| HSL | 85.22º | 0.97% | 0.14% | - |
| HSV(B) | 85.22º | 0.99% | 0.27% | - |
| XYZ | 3.11 | 4.85 | 0.8 | - |
| YUV | 53.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 1 | 0.41 | 0 | 0.99 | 0.73 | 85.22 | 0.97 | 0.14 |
| Hex | 29 | 46 | 1 | 29 | 0 | 63 | 49 | 55 | 61 | E |
| Octal | 51 | 106 | 1 | 51 | 0 | 143 | 111 | 125 | 141 | 16 |
| Binary | 101001 | 1000110 | 1 | 101001 | 0 | 1100011 | 1001001 | 1010101 | 1100001 | 1110 |
Color Harmonies of #294601
Complementary color
Monochromatic Colors of #294601
Black with #294601
Text Example
Text Example
White with #294601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294601; }
p { color: rgb(41,70,1); }
H1.HeaderClassName
{
color: #294601;
}
.AnyTagClassName
{
color: #294601;
}
</style>
background-color css
<style>
a { background-color: #294601; }
a { background-color: rgb(41,70,1); }
div.DivClassName
{
background-color: #294601;
}
.BgClassName
{
background-color: #294601;
}
</style>
border-color css
<style>
span { border-color: #294601; }
span { border-color: rgb(41,70,1); }
td.TdClassName
{
border-color: #294601;
}
.TagClassName
{
border-color: #294601;
}
</style>