Shades of Turtle Green #294703
Tints of Turtle Green #294703
RGB
CMYK
RGB Variations
Color information
#294703 (or 0x294703) is known color: Turtle Green. HEX triplet: 29, 47 and 03. RGB value is (41,71,3). Sum of RGB (Red+Green+Blue) = 41+71+3=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #294703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294703 is #D6B8FC. Grayscale: #363636. Windows color (decimal): -14072061 or 214825. OLE color: 214825.
HSL color Cylindrical-coordinate representation of color #294703: hue angle of 86.47º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #294703 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 3 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.72 |
| HSL | 86.47º | 0.92% | 0.15% | - |
| HSV(B) | 86.47º | 0.96% | 0.28% | - |
| XYZ | 3.18 | 4.98 | 0.88 | - |
| YUV | 54.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 3 | 0.42 | 0 | 0.96 | 0.72 | 86.47 | 0.92 | 0.15 |
| Hex | 29 | 47 | 3 | 2A | 0 | 60 | 48 | 56 | 5C | F |
| Octal | 51 | 107 | 3 | 52 | 0 | 140 | 110 | 126 | 134 | 17 |
| Binary | 101001 | 1000111 | 11 | 101010 | 0 | 1100000 | 1001000 | 1010110 | 1011100 | 1111 |
Color Harmonies of #294703
Complementary color
Monochromatic Colors of #294703
Black with #294703
Text Example
Text Example
White with #294703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294703; }
p { color: rgb(41,71,3); }
H1.HeaderClassName
{
color: #294703;
}
.AnyTagClassName
{
color: #294703;
}
</style>
background-color css
<style>
a { background-color: #294703; }
a { background-color: rgb(41,71,3); }
div.DivClassName
{
background-color: #294703;
}
.BgClassName
{
background-color: #294703;
}
</style>
border-color css
<style>
span { border-color: #294703; }
span { border-color: rgb(41,71,3); }
td.TdClassName
{
border-color: #294703;
}
.TagClassName
{
border-color: #294703;
}
</style>