Shades of Turtle Green #295000
Tints of Turtle Green #295000
RGB
CMYK
RGB Variations
Color information
#295000 (or 0x295000) is known color: Turtle Green. HEX triplet: 29, 50 and 00. RGB value is (41,80,0). Sum of RGB (Red+Green+Blue) = 41+80+0=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #295000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295000 is #D6AFFF. Grayscale: #3B3B3B. Windows color (decimal): -14069760 or 20521. OLE color: 20521.
HSL color Cylindrical-coordinate representation of color #295000: hue angle of 89.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #295000 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 80 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.69 |
| HSL | 89.25º | 1% | 0.16% | - |
| HSV(B) | 89.25º | 1% | 0.31% | - |
| XYZ | 3.78 | 6.21 | 1 | - |
| YUV | 59.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 0 | 0.49 | 0 | 1 | 0.69 | 89.25 | 1 | 0.16 |
| Hex | 29 | 50 | 0 | 31 | 0 | 64 | 45 | 59 | 64 | 10 |
| Octal | 51 | 120 | 0 | 61 | 0 | 144 | 105 | 131 | 144 | 20 |
| Binary | 101001 | 1010000 | 0 | 110001 | 0 | 1100100 | 1000101 | 1011001 | 1100100 | 10000 |
Color Harmonies of #295000
Complementary color
Monochromatic Colors of #295000
Black with #295000
Text Example
Text Example
White with #295000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295000; }
p { color: rgb(41,80,0); }
H1.HeaderClassName
{
color: #295000;
}
.AnyTagClassName
{
color: #295000;
}
</style>
background-color css
<style>
a { background-color: #295000; }
a { background-color: rgb(41,80,0); }
div.DivClassName
{
background-color: #295000;
}
.BgClassName
{
background-color: #295000;
}
</style>
border-color css
<style>
span { border-color: #295000; }
span { border-color: rgb(41,80,0); }
td.TdClassName
{
border-color: #295000;
}
.TagClassName
{
border-color: #295000;
}
</style>