Shades of Turtle Green #294105
Tints of Turtle Green #294105
RGB
CMYK
RGB Variations
Color information
#294105 (or 0x294105) is known color: Turtle Green. HEX triplet: 29, 41 and 05. RGB value is (41,65,5). Sum of RGB (Red+Green+Blue) = 41+65+5=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #294105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294105 is #D6BEFA. Grayscale: #333333. Windows color (decimal): -14073595 or 344361. OLE color: 344361.
HSL color Cylindrical-coordinate representation of color #294105: hue angle of 84º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #294105 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 5 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.75 |
| HSL | 84º | 0.86% | 0.14% | - |
| HSV(B) | 84º | 0.92% | 0.25% | - |
| XYZ | 2.83 | 4.26 | 0.82 | - |
| YUV | 50.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 5 | 0.37 | 0 | 0.92 | 0.75 | 84 | 0.86 | 0.14 |
| Hex | 29 | 41 | 5 | 25 | 0 | 5C | 4B | 54 | 56 | E |
| Octal | 51 | 101 | 5 | 45 | 0 | 134 | 113 | 124 | 126 | 16 |
| Binary | 101001 | 1000001 | 101 | 100101 | 0 | 1011100 | 1001011 | 1010100 | 1010110 | 1110 |
Color Harmonies of #294105
Complementary color
Monochromatic Colors of #294105
Black with #294105
Text Example
Text Example
White with #294105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294105; }
p { color: rgb(41,65,5); }
H1.HeaderClassName
{
color: #294105;
}
.AnyTagClassName
{
color: #294105;
}
</style>
background-color css
<style>
a { background-color: #294105; }
a { background-color: rgb(41,65,5); }
div.DivClassName
{
background-color: #294105;
}
.BgClassName
{
background-color: #294105;
}
</style>
border-color css
<style>
span { border-color: #294105; }
span { border-color: rgb(41,65,5); }
td.TdClassName
{
border-color: #294105;
}
.TagClassName
{
border-color: #294105;
}
</style>