Shades of Turtle Green #294C03
Tints of Turtle Green #294C03
RGB
CMYK
RGB Variations
Color information
#294C03 (or 0x294C03) is known color: Turtle Green. HEX triplet: 29, 4C and 03. RGB value is (41,76,3). Sum of RGB (Red+Green+Blue) = 41+76+3=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #294C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294C03 is #D6B3FC. Grayscale: #393939. Windows color (decimal): -14070781 or 216105. OLE color: 216105.
HSL color Cylindrical-coordinate representation of color #294C03: hue angle of 88.77º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #294C03 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 3 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.70 |
| HSL | 88.77º | 0.92% | 0.15% | - |
| HSV(B) | 88.77º | 0.96% | 0.3% | - |
| XYZ | 3.52 | 5.65 | 0.99 | - |
| YUV | 57.21 | 97.4 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 3 | 0.46 | 0 | 0.96 | 0.70 | 88.77 | 0.92 | 0.15 |
| Hex | 29 | 4C | 3 | 2E | 0 | 60 | 46 | 59 | 5C | F |
| Octal | 51 | 114 | 3 | 56 | 0 | 140 | 106 | 131 | 134 | 17 |
| Binary | 101001 | 1001100 | 11 | 101110 | 0 | 1100000 | 1000110 | 1011001 | 1011100 | 1111 |
Color Harmonies of #294C03
Complementary color
Monochromatic Colors of #294C03
Black with #294C03
Text Example
Text Example
White with #294C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C03; }
p { color: rgb(41,76,3); }
H1.HeaderClassName
{
color: #294C03;
}
.AnyTagClassName
{
color: #294C03;
}
</style>
background-color css
<style>
a { background-color: #294C03; }
a { background-color: rgb(41,76,3); }
div.DivClassName
{
background-color: #294C03;
}
.BgClassName
{
background-color: #294C03;
}
</style>
border-color css
<style>
span { border-color: #294C03; }
span { border-color: rgb(41,76,3); }
td.TdClassName
{
border-color: #294C03;
}
.TagClassName
{
border-color: #294C03;
}
</style>