Shades of Eucalyptus #2C9870
Tints of Eucalyptus #2C9870
RGB
CMYK
RGB Variations
Color information
#2C9870 (or 0x2C9870) is known color: Eucalyptus. HEX triplet: 2C, 98 and 70. RGB value is (44,152,112). Sum of RGB (Red+Green+Blue) = 44+152+112=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #2C9870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9870 is #D3678F. Grayscale: #737373. Windows color (decimal): -13854608 or 7378988. OLE color: 7378988.
HSL color Cylindrical-coordinate representation of color #2C9870: hue angle of 157.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9870 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 112 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.40 |
| HSL | 157.78º | 0.55% | 0.38% | - |
| HSV(B) | 157.78º | 0.71% | 0.6% | - |
| XYZ | 15.19 | 24.16 | 19.19 | - |
| YUV | 115.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 112 | 0.71 | 0 | 0.26 | 0.40 | 157.78 | 0.55 | 0.38 |
| Hex | 2C | 98 | 70 | 47 | 0 | 1A | 28 | 9E | 37 | 26 |
| Octal | 54 | 230 | 160 | 107 | 0 | 32 | 50 | 236 | 67 | 46 |
| Binary | 101100 | 10011000 | 1110000 | 1000111 | 0 | 11010 | 101000 | 10011110 | 110111 | 100110 |
Color Harmonies of #2C9870
Complementary color
Monochromatic Colors of #2C9870
Black with #2C9870
Text Example
Text Example
White with #2C9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9870; }
p { color: rgb(44,152,112); }
H1.HeaderClassName
{
color: #2C9870;
}
.AnyTagClassName
{
color: #2C9870;
}
</style>
background-color css
<style>
a { background-color: #2C9870; }
a { background-color: rgb(44,152,112); }
div.DivClassName
{
background-color: #2C9870;
}
.BgClassName
{
background-color: #2C9870;
}
</style>
border-color css
<style>
span { border-color: #2C9870; }
span { border-color: rgb(44,152,112); }
td.TdClassName
{
border-color: #2C9870;
}
.TagClassName
{
border-color: #2C9870;
}
</style>