Shades of Eucalyptus #2C985D
Tints of Eucalyptus #2C985D
RGB
CMYK
RGB Variations
Color information
#2C985D (or 0x2C985D) is known color: Eucalyptus. HEX triplet: 2C, 98 and 5D. RGB value is (44,152,93). Sum of RGB (Red+Green+Blue) = 44+152+93=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #2C985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C985D is #D367A2. Grayscale: #717171. Windows color (decimal): -13854627 or 6133804. OLE color: 6133804.
HSL color Cylindrical-coordinate representation of color #2C985D: hue angle of 147.22º 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 #2C985D is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 93 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.40 |
| HSL | 147.22º | 0.55% | 0.38% | - |
| HSV(B) | 147.22º | 0.71% | 0.6% | - |
| XYZ | 14.24 | 23.78 | 14.2 | - |
| YUV | 112.98 | 116.72 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 93 | 0.71 | 0 | 0.39 | 0.40 | 147.22 | 0.55 | 0.38 |
| Hex | 2C | 98 | 5D | 47 | 0 | 27 | 28 | 93 | 37 | 26 |
| Octal | 54 | 230 | 135 | 107 | 0 | 47 | 50 | 223 | 67 | 46 |
| Binary | 101100 | 10011000 | 1011101 | 1000111 | 0 | 100111 | 101000 | 10010011 | 110111 | 100110 |
Color Harmonies of #2C985D
Complementary color
Monochromatic Colors of #2C985D
Black with #2C985D
Text Example
Text Example
White with #2C985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C985D; }
p { color: rgb(44,152,93); }
H1.HeaderClassName
{
color: #2C985D;
}
.AnyTagClassName
{
color: #2C985D;
}
</style>
background-color css
<style>
a { background-color: #2C985D; }
a { background-color: rgb(44,152,93); }
div.DivClassName
{
background-color: #2C985D;
}
.BgClassName
{
background-color: #2C985D;
}
</style>
border-color css
<style>
span { border-color: #2C985D; }
span { border-color: rgb(44,152,93); }
td.TdClassName
{
border-color: #2C985D;
}
.TagClassName
{
border-color: #2C985D;
}
</style>