Shades of Eucalyptus #2AA051
Tints of Eucalyptus #2AA051
RGB
CMYK
RGB Variations
Color information
#2AA051 (or 0x2AA051) is known color: Eucalyptus. HEX triplet: 2A, A0 and 51. RGB value is (42,160,81). Sum of RGB (Red+Green+Blue) = 42+160+81=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA051 is #D55FAE. Grayscale: #737373. Windows color (decimal): -13983663 or 5349418. OLE color: 5349418.
HSL color Cylindrical-coordinate representation of color #2AA051: hue angle of 139.83º 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 #2AA051 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 81 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.37 |
| HSL | 139.83º | 0.58% | 0.4% | - |
| HSV(B) | 139.83º | 0.74% | 0.63% | - |
| XYZ | 15.01 | 26.23 | 12.06 | - |
| YUV | 115.71 | 108.41 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 81 | 0.74 | 0 | 0.49 | 0.37 | 139.83 | 0.58 | 0.4 |
| Hex | 2A | A0 | 51 | 4A | 0 | 31 | 25 | 8C | 3A | 28 |
| Octal | 52 | 240 | 121 | 112 | 0 | 61 | 45 | 214 | 72 | 50 |
| Binary | 101010 | 10100000 | 1010001 | 1001010 | 0 | 110001 | 100101 | 10001100 | 111010 | 101000 |
Color Harmonies of #2AA051
Complementary color
Monochromatic Colors of #2AA051
Black with #2AA051
Text Example
Text Example
White with #2AA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA051; }
p { color: rgb(42,160,81); }
H1.HeaderClassName
{
color: #2AA051;
}
.AnyTagClassName
{
color: #2AA051;
}
</style>
background-color css
<style>
a { background-color: #2AA051; }
a { background-color: rgb(42,160,81); }
div.DivClassName
{
background-color: #2AA051;
}
.BgClassName
{
background-color: #2AA051;
}
</style>
border-color css
<style>
span { border-color: #2AA051; }
span { border-color: rgb(42,160,81); }
td.TdClassName
{
border-color: #2AA051;
}
.TagClassName
{
border-color: #2AA051;
}
</style>