Shades of Turtle Green #295003
Tints of Turtle Green #295003
RGB
CMYK
RGB Variations
Color information
#295003 (or 0x295003) is known color: Turtle Green. HEX triplet: 29, 50 and 03. RGB value is (41,80,3). Sum of RGB (Red+Green+Blue) = 41+80+3=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #295003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295003 is #D6AFFC. Grayscale: #3B3B3B. Windows color (decimal): -14069757 or 217129. OLE color: 217129.
HSL color Cylindrical-coordinate representation of color #295003: hue angle of 90.39º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #295003 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 80 | 3 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.69 |
| HSL | 90.39º | 0.93% | 0.16% | - |
| HSV(B) | 90.39º | 0.96% | 0.31% | - |
| XYZ | 3.8 | 6.22 | 1.09 | - |
| YUV | 59.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 3 | 0.49 | 0 | 0.96 | 0.69 | 90.39 | 0.93 | 0.16 |
| Hex | 29 | 50 | 3 | 31 | 0 | 60 | 45 | 5A | 5D | 10 |
| Octal | 51 | 120 | 3 | 61 | 0 | 140 | 105 | 132 | 135 | 20 |
| Binary | 101001 | 1010000 | 11 | 110001 | 0 | 1100000 | 1000101 | 1011010 | 1011101 | 10000 |
Color Harmonies of #295003
Complementary color
Monochromatic Colors of #295003
Black with #295003
Text Example
Text Example
White with #295003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295003; }
p { color: rgb(41,80,3); }
H1.HeaderClassName
{
color: #295003;
}
.AnyTagClassName
{
color: #295003;
}
</style>
background-color css
<style>
a { background-color: #295003; }
a { background-color: rgb(41,80,3); }
div.DivClassName
{
background-color: #295003;
}
.BgClassName
{
background-color: #295003;
}
</style>
border-color css
<style>
span { border-color: #295003; }
span { border-color: rgb(41,80,3); }
td.TdClassName
{
border-color: #295003;
}
.TagClassName
{
border-color: #295003;
}
</style>