Shades of Eucalyptus #2CA360
Tints of Eucalyptus #2CA360
RGB
CMYK
RGB Variations
Color information
#2CA360 (or 0x2CA360) is known color: Eucalyptus. HEX triplet: 2C, A3 and 60. RGB value is (44,163,96). Sum of RGB (Red+Green+Blue) = 44+163+96=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA360 is #D35C9F. Grayscale: #777777. Windows color (decimal): -13851808 or 6333228. OLE color: 6333228.
HSL color Cylindrical-coordinate representation of color #2CA360: hue angle of 146.22º degrees, saturation: 0.57, 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 #2CA360 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 163 | 96 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.36 |
| HSL | 146.22º | 0.57% | 0.41% | - |
| HSV(B) | 146.22º | 0.73% | 0.64% | - |
| XYZ | 16.25 | 27.57 | 15.53 | - |
| YUV | 119.78 | 114.58 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 163 | 96 | 0.73 | 0 | 0.41 | 0.36 | 146.22 | 0.57 | 0.41 |
| Hex | 2C | A3 | 60 | 49 | 0 | 29 | 24 | 92 | 39 | 29 |
| Octal | 54 | 243 | 140 | 111 | 0 | 51 | 44 | 222 | 71 | 51 |
| Binary | 101100 | 10100011 | 1100000 | 1001001 | 0 | 101001 | 100100 | 10010010 | 111001 | 101001 |
Color Harmonies of #2CA360
Complementary color
Monochromatic Colors of #2CA360
Black with #2CA360
Text Example
Text Example
White with #2CA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA360; }
p { color: rgb(44,163,96); }
H1.HeaderClassName
{
color: #2CA360;
}
.AnyTagClassName
{
color: #2CA360;
}
</style>
background-color css
<style>
a { background-color: #2CA360; }
a { background-color: rgb(44,163,96); }
div.DivClassName
{
background-color: #2CA360;
}
.BgClassName
{
background-color: #2CA360;
}
</style>
border-color css
<style>
span { border-color: #2CA360; }
span { border-color: rgb(44,163,96); }
td.TdClassName
{
border-color: #2CA360;
}
.TagClassName
{
border-color: #2CA360;
}
</style>