Shades of Eucalyptus #2CA65A
Tints of Eucalyptus #2CA65A
RGB
CMYK
RGB Variations
Color information
#2CA65A (or 0x2CA65A) is known color: Eucalyptus. HEX triplet: 2C, A6 and 5A. RGB value is (44,166,90). Sum of RGB (Red+Green+Blue) = 44+166+90=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA65A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA65A is #D359A5. Grayscale: #797979. Windows color (decimal): -13851046 or 5940780. OLE color: 5940780.
HSL color Cylindrical-coordinate representation of color #2CA65A: hue angle of 142.62º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA65A is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 90 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.35 |
| HSL | 142.62º | 0.58% | 0.41% | - |
| HSV(B) | 142.62º | 0.73% | 0.65% | - |
| XYZ | 16.52 | 28.55 | 14.31 | - |
| YUV | 120.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 90 | 0.73 | 0 | 0.46 | 0.35 | 142.62 | 0.58 | 0.41 |
| Hex | 2C | A6 | 5A | 49 | 0 | 2E | 23 | 8F | 3A | 29 |
| Octal | 54 | 246 | 132 | 111 | 0 | 56 | 43 | 217 | 72 | 51 |
| Binary | 101100 | 10100110 | 1011010 | 1001001 | 0 | 101110 | 100011 | 10001111 | 111010 | 101001 |
Color Harmonies of #2CA65A
Complementary color
Monochromatic Colors of #2CA65A
Black with #2CA65A
Text Example
Text Example
White with #2CA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA65A; }
p { color: rgb(44,166,90); }
H1.HeaderClassName
{
color: #2CA65A;
}
.AnyTagClassName
{
color: #2CA65A;
}
</style>
background-color css
<style>
a { background-color: #2CA65A; }
a { background-color: rgb(44,166,90); }
div.DivClassName
{
background-color: #2CA65A;
}
.BgClassName
{
background-color: #2CA65A;
}
</style>
border-color css
<style>
span { border-color: #2CA65A; }
span { border-color: rgb(44,166,90); }
td.TdClassName
{
border-color: #2CA65A;
}
.TagClassName
{
border-color: #2CA65A;
}
</style>