Shades of Turtle Green #294501
Tints of Turtle Green #294501
RGB
CMYK
RGB Variations
Color information
#294501 (or 0x294501) is known color: Turtle Green. HEX triplet: 29, 45 and 01. RGB value is (41,69,1). Sum of RGB (Red+Green+Blue) = 41+69+1=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #294501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294501 is #D6BAFE. Grayscale: #353535. Windows color (decimal): -14072575 or 83241. OLE color: 83241.
HSL color Cylindrical-coordinate representation of color #294501: hue angle of 84.71º 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 #294501 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.73 |
| HSL | 84.71º | 0.97% | 0.14% | - |
| HSV(B) | 84.71º | 0.99% | 0.27% | - |
| XYZ | 3.05 | 4.73 | 0.78 | - |
| YUV | 52.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 1 | 0.41 | 0 | 0.99 | 0.73 | 84.71 | 0.97 | 0.14 |
| Hex | 29 | 45 | 1 | 29 | 0 | 63 | 49 | 55 | 61 | E |
| Octal | 51 | 105 | 1 | 51 | 0 | 143 | 111 | 125 | 141 | 16 |
| Binary | 101001 | 1000101 | 1 | 101001 | 0 | 1100011 | 1001001 | 1010101 | 1100001 | 1110 |
Color Harmonies of #294501
Complementary color
Monochromatic Colors of #294501
Black with #294501
Text Example
Text Example
White with #294501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294501; }
p { color: rgb(41,69,1); }
H1.HeaderClassName
{
color: #294501;
}
.AnyTagClassName
{
color: #294501;
}
</style>
background-color css
<style>
a { background-color: #294501; }
a { background-color: rgb(41,69,1); }
div.DivClassName
{
background-color: #294501;
}
.BgClassName
{
background-color: #294501;
}
</style>
border-color css
<style>
span { border-color: #294501; }
span { border-color: rgb(41,69,1); }
td.TdClassName
{
border-color: #294501;
}
.TagClassName
{
border-color: #294501;
}
</style>