Shades of Eucalyptus #2AA05B
Tints of Eucalyptus #2AA05B
RGB
CMYK
RGB Variations
Color information
#2AA05B (or 0x2AA05B) is known color: Eucalyptus. HEX triplet: 2A, A0 and 5B. RGB value is (42,160,91). Sum of RGB (Red+Green+Blue) = 42+160+91=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA05B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA05B is #D55FA4. Grayscale: #757575. Windows color (decimal): -13983653 or 6004778. OLE color: 6004778.
HSL color Cylindrical-coordinate representation of color #2AA05B: hue angle of 144.92º 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 #2AA05B is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 91 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.37 |
| HSL | 144.92º | 0.58% | 0.4% | - |
| HSV(B) | 144.92º | 0.74% | 0.63% | - |
| XYZ | 15.41 | 26.39 | 14.18 | - |
| YUV | 116.85 | 113.41 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 91 | 0.74 | 0 | 0.43 | 0.37 | 144.92 | 0.58 | 0.4 |
| Hex | 2A | A0 | 5B | 4A | 0 | 2B | 25 | 91 | 3A | 28 |
| Octal | 52 | 240 | 133 | 112 | 0 | 53 | 45 | 221 | 72 | 50 |
| Binary | 101010 | 10100000 | 1011011 | 1001010 | 0 | 101011 | 100101 | 10010001 | 111010 | 101000 |
Color Harmonies of #2AA05B
Complementary color
Monochromatic Colors of #2AA05B
Black with #2AA05B
Text Example
Text Example
White with #2AA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA05B; }
p { color: rgb(42,160,91); }
H1.HeaderClassName
{
color: #2AA05B;
}
.AnyTagClassName
{
color: #2AA05B;
}
</style>
background-color css
<style>
a { background-color: #2AA05B; }
a { background-color: rgb(42,160,91); }
div.DivClassName
{
background-color: #2AA05B;
}
.BgClassName
{
background-color: #2AA05B;
}
</style>
border-color css
<style>
span { border-color: #2AA05B; }
span { border-color: rgb(42,160,91); }
td.TdClassName
{
border-color: #2AA05B;
}
.TagClassName
{
border-color: #2AA05B;
}
</style>