Shades of Eucalyptus #2AA471
Tints of Eucalyptus #2AA471
RGB
CMYK
RGB Variations
Color information
#2AA471 (or 0x2AA471) is known color: Eucalyptus. HEX triplet: 2A, A4 and 71. RGB value is (42,164,113). Sum of RGB (Red+Green+Blue) = 42+164+113=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA471 is #D55B8E. Grayscale: #797979. Windows color (decimal): -13982607 or 7447594. OLE color: 7447594.
HSL color Cylindrical-coordinate representation of color #2AA471: hue angle of 154.92º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA471 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 113 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.36 |
| HSL | 154.92º | 0.59% | 0.4% | - |
| HSV(B) | 154.92º | 0.74% | 0.64% | - |
| XYZ | 17.21 | 28.24 | 20.17 | - |
| YUV | 121.71 | 123.08 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 113 | 0.74 | 0 | 0.31 | 0.36 | 154.92 | 0.59 | 0.4 |
| Hex | 2A | A4 | 71 | 4A | 0 | 1F | 24 | 9B | 3B | 28 |
| Octal | 52 | 244 | 161 | 112 | 0 | 37 | 44 | 233 | 73 | 50 |
| Binary | 101010 | 10100100 | 1110001 | 1001010 | 0 | 11111 | 100100 | 10011011 | 111011 | 101000 |
Color Harmonies of #2AA471
Complementary color
Monochromatic Colors of #2AA471
Black with #2AA471
Text Example
Text Example
White with #2AA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA471; }
p { color: rgb(42,164,113); }
H1.HeaderClassName
{
color: #2AA471;
}
.AnyTagClassName
{
color: #2AA471;
}
</style>
background-color css
<style>
a { background-color: #2AA471; }
a { background-color: rgb(42,164,113); }
div.DivClassName
{
background-color: #2AA471;
}
.BgClassName
{
background-color: #2AA471;
}
</style>
border-color css
<style>
span { border-color: #2AA471; }
span { border-color: rgb(42,164,113); }
td.TdClassName
{
border-color: #2AA471;
}
.TagClassName
{
border-color: #2AA471;
}
</style>