Shades of Eucalyptus #2C9E70
Tints of Eucalyptus #2C9E70
RGB
CMYK
RGB Variations
Color information
#2C9E70 (or 0x2C9E70) is known color: Eucalyptus. HEX triplet: 2C, 9E and 70. RGB value is (44,158,112). Sum of RGB (Red+Green+Blue) = 44+158+112=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E70 is #D3618F. Grayscale: #767676. Windows color (decimal): -13853072 or 7380524. OLE color: 7380524.
HSL color Cylindrical-coordinate representation of color #2C9E70: hue angle of 155.79º 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 #2C9E70 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 158 | 112 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.38 |
| HSL | 155.79º | 0.56% | 0.4% | - |
| HSV(B) | 155.79º | 0.72% | 0.62% | - |
| XYZ | 16.19 | 26.16 | 19.53 | - |
| YUV | 118.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 158 | 112 | 0.72 | 0 | 0.29 | 0.38 | 155.79 | 0.56 | 0.4 |
| Hex | 2C | 9E | 70 | 48 | 0 | 1D | 26 | 9C | 38 | 28 |
| Octal | 54 | 236 | 160 | 110 | 0 | 35 | 46 | 234 | 70 | 50 |
| Binary | 101100 | 10011110 | 1110000 | 1001000 | 0 | 11101 | 100110 | 10011100 | 111000 | 101000 |
Color Harmonies of #2C9E70
Complementary color
Monochromatic Colors of #2C9E70
Black with #2C9E70
Text Example
Text Example
White with #2C9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9E70; }
p { color: rgb(44,158,112); }
H1.HeaderClassName
{
color: #2C9E70;
}
.AnyTagClassName
{
color: #2C9E70;
}
</style>
background-color css
<style>
a { background-color: #2C9E70; }
a { background-color: rgb(44,158,112); }
div.DivClassName
{
background-color: #2C9E70;
}
.BgClassName
{
background-color: #2C9E70;
}
</style>
border-color css
<style>
span { border-color: #2C9E70; }
span { border-color: rgb(44,158,112); }
td.TdClassName
{
border-color: #2C9E70;
}
.TagClassName
{
border-color: #2C9E70;
}
</style>