Shades of Turtle Green #294108
Tints of Turtle Green #294108
RGB
CMYK
RGB Variations
Color information
#294108 (or 0x294108) is known color: Turtle Green. HEX triplet: 29, 41 and 08. RGB value is (41,65,8). Sum of RGB (Red+Green+Blue) = 41+65+8=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #294108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294108 is #D6BEF7. Grayscale: #333333. Windows color (decimal): -14073592 or 540969. OLE color: 540969.
HSL color Cylindrical-coordinate representation of color #294108: hue angle of 85.26º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #294108 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 8 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.75 |
| HSL | 85.26º | 0.78% | 0.14% | - |
| HSV(B) | 85.26º | 0.88% | 0.25% | - |
| XYZ | 2.85 | 4.27 | 0.9 | - |
| YUV | 51.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 8 | 0.37 | 0 | 0.88 | 0.75 | 85.26 | 0.78 | 0.14 |
| Hex | 29 | 41 | 8 | 25 | 0 | 58 | 4B | 55 | 4E | E |
| Octal | 51 | 101 | 10 | 45 | 0 | 130 | 113 | 125 | 116 | 16 |
| Binary | 101001 | 1000001 | 1000 | 100101 | 0 | 1011000 | 1001011 | 1010101 | 1001110 | 1110 |
Color Harmonies of #294108
Complementary color
Monochromatic Colors of #294108
Black with #294108
Text Example
Text Example
White with #294108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294108; }
p { color: rgb(41,65,8); }
H1.HeaderClassName
{
color: #294108;
}
.AnyTagClassName
{
color: #294108;
}
</style>
background-color css
<style>
a { background-color: #294108; }
a { background-color: rgb(41,65,8); }
div.DivClassName
{
background-color: #294108;
}
.BgClassName
{
background-color: #294108;
}
</style>
border-color css
<style>
span { border-color: #294108; }
span { border-color: rgb(41,65,8); }
td.TdClassName
{
border-color: #294108;
}
.TagClassName
{
border-color: #294108;
}
</style>