Shades of Eucalyptus #2CA45E
Tints of Eucalyptus #2CA45E
RGB
CMYK
RGB Variations
Color information
#2CA45E (or 0x2CA45E) is known color: Eucalyptus. HEX triplet: 2C, A4 and 5E. RGB value is (44,164,94). Sum of RGB (Red+Green+Blue) = 44+164+94=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA45E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA45E is #D35BA1. Grayscale: #787878. Windows color (decimal): -13851554 or 6202412. OLE color: 6202412.
HSL color Cylindrical-coordinate representation of color #2CA45E: hue angle of 145º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA45E is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 164 | 94 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.36 |
| HSL | 145º | 0.58% | 0.41% | - |
| HSV(B) | 145º | 0.73% | 0.64% | - |
| XYZ | 16.33 | 27.89 | 15.11 | - |
| YUV | 120.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 94 | 0.73 | 0 | 0.43 | 0.36 | 145 | 0.58 | 0.41 |
| Hex | 2C | A4 | 5E | 49 | 0 | 2B | 24 | 91 | 3A | 29 |
| Octal | 54 | 244 | 136 | 111 | 0 | 53 | 44 | 221 | 72 | 51 |
| Binary | 101100 | 10100100 | 1011110 | 1001001 | 0 | 101011 | 100100 | 10010001 | 111010 | 101001 |
Color Harmonies of #2CA45E
Complementary color
Monochromatic Colors of #2CA45E
Black with #2CA45E
Text Example
Text Example
White with #2CA45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA45E; }
p { color: rgb(44,164,94); }
H1.HeaderClassName
{
color: #2CA45E;
}
.AnyTagClassName
{
color: #2CA45E;
}
</style>
background-color css
<style>
a { background-color: #2CA45E; }
a { background-color: rgb(44,164,94); }
div.DivClassName
{
background-color: #2CA45E;
}
.BgClassName
{
background-color: #2CA45E;
}
</style>
border-color css
<style>
span { border-color: #2CA45E; }
span { border-color: rgb(44,164,94); }
td.TdClassName
{
border-color: #2CA45E;
}
.TagClassName
{
border-color: #2CA45E;
}
</style>