Shades of Eucalyptus #2C8E64
Tints of Eucalyptus #2C8E64
RGB
CMYK
RGB Variations
Color information
#2C8E64 (or 0x2C8E64) is known color: Eucalyptus. HEX triplet: 2C, 8E and 64. RGB value is (44,142,100). Sum of RGB (Red+Green+Blue) = 44+142+100=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8E64 is #D3719B. Grayscale: #6B6B6B. Windows color (decimal): -13857180 or 6589996. OLE color: 6589996.
HSL color Cylindrical-coordinate representation of color #2C8E64: hue angle of 154.29º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8E64 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 100 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.44 |
| HSL | 154.29º | 0.53% | 0.36% | - |
| HSV(B) | 154.29º | 0.69% | 0.56% | - |
| XYZ | 13.01 | 20.8 | 15.39 | - |
| YUV | 107.91 | 123.53 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 100 | 0.69 | 0 | 0.30 | 0.44 | 154.29 | 0.53 | 0.36 |
| Hex | 2C | 8E | 64 | 45 | 0 | 1E | 2C | 9A | 35 | 24 |
| Octal | 54 | 216 | 144 | 105 | 0 | 36 | 54 | 232 | 65 | 44 |
| Binary | 101100 | 10001110 | 1100100 | 1000101 | 0 | 11110 | 101100 | 10011010 | 110101 | 100100 |
Color Harmonies of #2C8E64
Complementary color
Monochromatic Colors of #2C8E64
Black with #2C8E64
Text Example
Text Example
White with #2C8E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E64; }
p { color: rgb(44,142,100); }
H1.HeaderClassName
{
color: #2C8E64;
}
.AnyTagClassName
{
color: #2C8E64;
}
</style>
background-color css
<style>
a { background-color: #2C8E64; }
a { background-color: rgb(44,142,100); }
div.DivClassName
{
background-color: #2C8E64;
}
.BgClassName
{
background-color: #2C8E64;
}
</style>
border-color css
<style>
span { border-color: #2C8E64; }
span { border-color: rgb(44,142,100); }
td.TdClassName
{
border-color: #2C8E64;
}
.TagClassName
{
border-color: #2C8E64;
}
</style>