Shades of Eucalyptus #2C9E55
Tints of Eucalyptus #2C9E55
RGB
CMYK
RGB Variations
Color information
#2C9E55 (or 0x2C9E55) is known color: Eucalyptus. HEX triplet: 2C, 9E and 55. RGB value is (44,158,85). Sum of RGB (Red+Green+Blue) = 44+158+85=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E55 is #D361AA. Grayscale: #737373. Windows color (decimal): -13853099 or 5611052. OLE color: 5611052.
HSL color Cylindrical-coordinate representation of color #2C9E55: hue angle of 141.58º 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 #2C9E55 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 158 | 85 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.38 |
| HSL | 141.58º | 0.56% | 0.4% | - |
| HSV(B) | 141.58º | 0.72% | 0.62% | - |
| XYZ | 14.91 | 25.65 | 12.76 | - |
| YUV | 115.59 | 110.73 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 158 | 85 | 0.72 | 0 | 0.46 | 0.38 | 141.58 | 0.56 | 0.4 |
| Hex | 2C | 9E | 55 | 48 | 0 | 2E | 26 | 8E | 38 | 28 |
| Octal | 54 | 236 | 125 | 110 | 0 | 56 | 46 | 216 | 70 | 50 |
| Binary | 101100 | 10011110 | 1010101 | 1001000 | 0 | 101110 | 100110 | 10001110 | 111000 | 101000 |
Color Harmonies of #2C9E55
Complementary color
Monochromatic Colors of #2C9E55
Black with #2C9E55
Text Example
Text Example
White with #2C9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9E55; }
p { color: rgb(44,158,85); }
H1.HeaderClassName
{
color: #2C9E55;
}
.AnyTagClassName
{
color: #2C9E55;
}
</style>
background-color css
<style>
a { background-color: #2C9E55; }
a { background-color: rgb(44,158,85); }
div.DivClassName
{
background-color: #2C9E55;
}
.BgClassName
{
background-color: #2C9E55;
}
</style>
border-color css
<style>
span { border-color: #2C9E55; }
span { border-color: rgb(44,158,85); }
td.TdClassName
{
border-color: #2C9E55;
}
.TagClassName
{
border-color: #2C9E55;
}
</style>