Shades of Eucalyptus #2AA05E
Tints of Eucalyptus #2AA05E
RGB
CMYK
RGB Variations
Color information
#2AA05E (or 0x2AA05E) is known color: Eucalyptus. HEX triplet: 2A, A0 and 5E. RGB value is (42,160,94). Sum of RGB (Red+Green+Blue) = 42+160+94=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA05E is #D55FA1. Grayscale: #757575. Windows color (decimal): -13983650 or 6201386. OLE color: 6201386.
HSL color Cylindrical-coordinate representation of color #2AA05E: hue angle of 146.44º 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 #2AA05E is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 94 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.37 |
| HSL | 146.44º | 0.58% | 0.4% | - |
| HSV(B) | 146.44º | 0.74% | 0.63% | - |
| XYZ | 15.55 | 26.44 | 14.87 | - |
| YUV | 117.19 | 114.91 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 94 | 0.74 | 0 | 0.41 | 0.37 | 146.44 | 0.58 | 0.4 |
| Hex | 2A | A0 | 5E | 4A | 0 | 29 | 25 | 92 | 3A | 28 |
| Octal | 52 | 240 | 136 | 112 | 0 | 51 | 45 | 222 | 72 | 50 |
| Binary | 101010 | 10100000 | 1011110 | 1001010 | 0 | 101001 | 100101 | 10010010 | 111010 | 101000 |
Color Harmonies of #2AA05E
Complementary color
Monochromatic Colors of #2AA05E
Black with #2AA05E
Text Example
Text Example
White with #2AA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA05E; }
p { color: rgb(42,160,94); }
H1.HeaderClassName
{
color: #2AA05E;
}
.AnyTagClassName
{
color: #2AA05E;
}
</style>
background-color css
<style>
a { background-color: #2AA05E; }
a { background-color: rgb(42,160,94); }
div.DivClassName
{
background-color: #2AA05E;
}
.BgClassName
{
background-color: #2AA05E;
}
</style>
border-color css
<style>
span { border-color: #2AA05E; }
span { border-color: rgb(42,160,94); }
td.TdClassName
{
border-color: #2AA05E;
}
.TagClassName
{
border-color: #2AA05E;
}
</style>