Shades of Eucalyptus #2C9E50
Tints of Eucalyptus #2C9E50
RGB
CMYK
RGB Variations
Color information
#2C9E50 (or 0x2C9E50) is known color: Eucalyptus. HEX triplet: 2C, 9E and 50. RGB value is (44,158,80). Sum of RGB (Red+Green+Blue) = 44+158+80=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 158 (62.11% from 255 or 56.03% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E50 is #D361AF. Grayscale: #737373. Windows color (decimal): -13853104 or 5283372. OLE color: 5283372.
HSL color Cylindrical-coordinate representation of color #2C9E50: hue angle of 138.95º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9E50 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 158 | 80 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.38 |
| HSL | 138.95º | 0.56% | 0.4% | - |
| HSV(B) | 138.95º | 0.72% | 0.62% | - |
| XYZ | 14.71 | 25.57 | 11.75 | - |
| YUV | 115.02 | 108.23 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 158 | 80 | 0.72 | 0 | 0.49 | 0.38 | 138.95 | 0.56 | 0.4 |
| Hex | 2C | 9E | 50 | 48 | 0 | 31 | 26 | 8B | 38 | 28 |
| Octal | 54 | 236 | 120 | 110 | 0 | 61 | 46 | 213 | 70 | 50 |
| Binary | 101100 | 10011110 | 1010000 | 1001000 | 0 | 110001 | 100110 | 10001011 | 111000 | 101000 |
Color Harmonies of #2C9E50
Complementary color
Monochromatic Colors of #2C9E50
Black with #2C9E50
Text Example
Text Example
White with #2C9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9E50; }
p { color: rgb(44,158,80); }
H1.HeaderClassName
{
color: #2C9E50;
}
.AnyTagClassName
{
color: #2C9E50;
}
</style>
background-color css
<style>
a { background-color: #2C9E50; }
a { background-color: rgb(44,158,80); }
div.DivClassName
{
background-color: #2C9E50;
}
.BgClassName
{
background-color: #2C9E50;
}
</style>
border-color css
<style>
span { border-color: #2C9E50; }
span { border-color: rgb(44,158,80); }
td.TdClassName
{
border-color: #2C9E50;
}
.TagClassName
{
border-color: #2C9E50;
}
</style>