Shades of Eucalyptus #2AA063
Tints of Eucalyptus #2AA063
RGB
CMYK
RGB Variations
Color information
#2AA063 (or 0x2AA063) is known color: Eucalyptus. HEX triplet: 2A, A0 and 63. RGB value is (42,160,99). Sum of RGB (Red+Green+Blue) = 42+160+99=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA063 is #D55F9C. Grayscale: #757575. Windows color (decimal): -13983645 or 6529066. OLE color: 6529066.
HSL color Cylindrical-coordinate representation of color #2AA063: hue angle of 148.98º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA063 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 99 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.37 |
| HSL | 148.98º | 0.58% | 0.4% | - |
| HSV(B) | 148.98º | 0.74% | 0.63% | - |
| XYZ | 15.78 | 26.53 | 16.09 | - |
| YUV | 117.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 99 | 0.74 | 0 | 0.38 | 0.37 | 148.98 | 0.58 | 0.4 |
| Hex | 2A | A0 | 63 | 4A | 0 | 26 | 25 | 95 | 3A | 28 |
| Octal | 52 | 240 | 143 | 112 | 0 | 46 | 45 | 225 | 72 | 50 |
| Binary | 101010 | 10100000 | 1100011 | 1001010 | 0 | 100110 | 100101 | 10010101 | 111010 | 101000 |
Color Harmonies of #2AA063
Complementary color
Monochromatic Colors of #2AA063
Black with #2AA063
Text Example
Text Example
White with #2AA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA063; }
p { color: rgb(42,160,99); }
H1.HeaderClassName
{
color: #2AA063;
}
.AnyTagClassName
{
color: #2AA063;
}
</style>
background-color css
<style>
a { background-color: #2AA063; }
a { background-color: rgb(42,160,99); }
div.DivClassName
{
background-color: #2AA063;
}
.BgClassName
{
background-color: #2AA063;
}
</style>
border-color css
<style>
span { border-color: #2AA063; }
span { border-color: rgb(42,160,99); }
td.TdClassName
{
border-color: #2AA063;
}
.TagClassName
{
border-color: #2AA063;
}
</style>