Shades of Turtle Green #294D03
Tints of Turtle Green #294D03
RGB
CMYK
RGB Variations
Color information
#294D03 (or 0x294D03) is known color: Turtle Green. HEX triplet: 29, 4D and 03. RGB value is (41,77,3). Sum of RGB (Red+Green+Blue) = 41+77+3=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 77 (30.47% from 255 or 63.64% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 77 - color contains mainly: green. Hex color #294D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294D03 is #D6B2FC. Grayscale: #3A3A3A. Windows color (decimal): -14070525 or 216361. OLE color: 216361.
HSL color Cylindrical-coordinate representation of color #294D03: hue angle of 89.19º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #294D03 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 77 | 3 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.70 |
| HSL | 89.19º | 0.93% | 0.16% | - |
| HSV(B) | 89.19º | 0.96% | 0.3% | - |
| XYZ | 3.58 | 5.79 | 1.01 | - |
| YUV | 57.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 3 | 0.47 | 0 | 0.96 | 0.70 | 89.19 | 0.93 | 0.16 |
| Hex | 29 | 4D | 3 | 2F | 0 | 60 | 46 | 59 | 5C | 10 |
| Octal | 51 | 115 | 3 | 57 | 0 | 140 | 106 | 131 | 134 | 20 |
| Binary | 101001 | 1001101 | 11 | 101111 | 0 | 1100000 | 1000110 | 1011001 | 1011100 | 10000 |
Color Harmonies of #294D03
Complementary color
Monochromatic Colors of #294D03
Black with #294D03
Text Example
Text Example
White with #294D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D03; }
p { color: rgb(41,77,3); }
H1.HeaderClassName
{
color: #294D03;
}
.AnyTagClassName
{
color: #294D03;
}
</style>
background-color css
<style>
a { background-color: #294D03; }
a { background-color: rgb(41,77,3); }
div.DivClassName
{
background-color: #294D03;
}
.BgClassName
{
background-color: #294D03;
}
</style>
border-color css
<style>
span { border-color: #294D03; }
span { border-color: rgb(41,77,3); }
td.TdClassName
{
border-color: #294D03;
}
.TagClassName
{
border-color: #294D03;
}
</style>