Shades of Turtle Green #294C08
Tints of Turtle Green #294C08
RGB
CMYK
RGB Variations
Color information
#294C08 (or 0x294C08) is known color: Turtle Green. HEX triplet: 29, 4C and 08. RGB value is (41,76,8). Sum of RGB (Red+Green+Blue) = 41+76+8=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #294C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294C08 is #D6B3F7. Grayscale: #3A3A3A. Windows color (decimal): -14070776 or 543785. OLE color: 543785.
HSL color Cylindrical-coordinate representation of color #294C08: hue angle of 90.88º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #294C08 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 8 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.70 |
| HSL | 90.88º | 0.81% | 0.16% | - |
| HSV(B) | 90.88º | 0.89% | 0.3% | - |
| XYZ | 3.54 | 5.66 | 1.14 | - |
| YUV | 57.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 8 | 0.46 | 0 | 0.89 | 0.70 | 90.88 | 0.81 | 0.16 |
| Hex | 29 | 4C | 8 | 2E | 0 | 59 | 46 | 5B | 51 | 10 |
| Octal | 51 | 114 | 10 | 56 | 0 | 131 | 106 | 133 | 121 | 20 |
| Binary | 101001 | 1001100 | 1000 | 101110 | 0 | 1011001 | 1000110 | 1011011 | 1010001 | 10000 |
Color Harmonies of #294C08
Complementary color
Monochromatic Colors of #294C08
Black with #294C08
Text Example
Text Example
White with #294C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C08; }
p { color: rgb(41,76,8); }
H1.HeaderClassName
{
color: #294C08;
}
.AnyTagClassName
{
color: #294C08;
}
</style>
background-color css
<style>
a { background-color: #294C08; }
a { background-color: rgb(41,76,8); }
div.DivClassName
{
background-color: #294C08;
}
.BgClassName
{
background-color: #294C08;
}
</style>
border-color css
<style>
span { border-color: #294C08; }
span { border-color: rgb(41,76,8); }
td.TdClassName
{
border-color: #294C08;
}
.TagClassName
{
border-color: #294C08;
}
</style>