Shades of Eucalyptus #299E50
Tints of Eucalyptus #299E50
RGB
CMYK
RGB Variations
Color information
#299E50 (or 0x299E50) is known color: Eucalyptus. HEX triplet: 29, 9E and 50. RGB value is (41,158,80). Sum of RGB (Red+Green+Blue) = 41+158+80=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 158 (62.11% from 255 or 56.63% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 158 - color contains mainly: green. Hex color #299E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E50 is #D661AF. Grayscale: #727272. Windows color (decimal): -14049712 or 5283369. OLE color: 5283369.
HSL color Cylindrical-coordinate representation of color #299E50: hue angle of 140º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299E50 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 158 | 80 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.38 |
| HSL | 140º | 0.59% | 0.39% | - |
| HSV(B) | 140º | 0.74% | 0.62% | - |
| XYZ | 14.59 | 25.5 | 11.74 | - |
| YUV | 114.13 | 108.74 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 80 | 0.74 | 0 | 0.49 | 0.38 | 140 | 0.59 | 0.39 |
| Hex | 29 | 9E | 50 | 4A | 0 | 31 | 26 | 8C | 3B | 27 |
| Octal | 51 | 236 | 120 | 112 | 0 | 61 | 46 | 214 | 73 | 47 |
| Binary | 101001 | 10011110 | 1010000 | 1001010 | 0 | 110001 | 100110 | 10001100 | 111011 | 100111 |
Color Harmonies of #299E50
Complementary color
Monochromatic Colors of #299E50
Black with #299E50
Text Example
Text Example
White with #299E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299E50; }
p { color: rgb(41,158,80); }
H1.HeaderClassName
{
color: #299E50;
}
.AnyTagClassName
{
color: #299E50;
}
</style>
background-color css
<style>
a { background-color: #299E50; }
a { background-color: rgb(41,158,80); }
div.DivClassName
{
background-color: #299E50;
}
.BgClassName
{
background-color: #299E50;
}
</style>
border-color css
<style>
span { border-color: #299E50; }
span { border-color: rgb(41,158,80); }
td.TdClassName
{
border-color: #299E50;
}
.TagClassName
{
border-color: #299E50;
}
</style>