Shades of Eucalyptus #2C986B
Tints of Eucalyptus #2C986B
RGB
CMYK
RGB Variations
Color information
#2C986B (or 0x2C986B) is known color: Eucalyptus. HEX triplet: 2C, 98 and 6B. RGB value is (44,152,107). Sum of RGB (Red+Green+Blue) = 44+152+107=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #2C986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C986B is #D36794. Grayscale: #727272. Windows color (decimal): -13854613 or 7051308. OLE color: 7051308.
HSL color Cylindrical-coordinate representation of color #2C986B: hue angle of 155º 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 #2C986B is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 107 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.40 |
| HSL | 155º | 0.55% | 0.38% | - |
| HSV(B) | 155º | 0.71% | 0.6% | - |
| XYZ | 14.92 | 24.05 | 17.77 | - |
| YUV | 114.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 107 | 0.71 | 0 | 0.30 | 0.40 | 155 | 0.55 | 0.38 |
| Hex | 2C | 98 | 6B | 47 | 0 | 1E | 28 | 9B | 37 | 26 |
| Octal | 54 | 230 | 153 | 107 | 0 | 36 | 50 | 233 | 67 | 46 |
| Binary | 101100 | 10011000 | 1101011 | 1000111 | 0 | 11110 | 101000 | 10011011 | 110111 | 100110 |
Color Harmonies of #2C986B
Complementary color
Monochromatic Colors of #2C986B
Black with #2C986B
Text Example
Text Example
White with #2C986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C986B; }
p { color: rgb(44,152,107); }
H1.HeaderClassName
{
color: #2C986B;
}
.AnyTagClassName
{
color: #2C986B;
}
</style>
background-color css
<style>
a { background-color: #2C986B; }
a { background-color: rgb(44,152,107); }
div.DivClassName
{
background-color: #2C986B;
}
.BgClassName
{
background-color: #2C986B;
}
</style>
border-color css
<style>
span { border-color: #2C986B; }
span { border-color: rgb(44,152,107); }
td.TdClassName
{
border-color: #2C986B;
}
.TagClassName
{
border-color: #2C986B;
}
</style>