Shades of Eucalyptus #2AA46F
Tints of Eucalyptus #2AA46F
RGB
CMYK
RGB Variations
Color information
#2AA46F (or 0x2AA46F) is known color: Eucalyptus. HEX triplet: 2A, A4 and 6F. RGB value is (42,164,111). Sum of RGB (Red+Green+Blue) = 42+164+111=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA46F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA46F is #D55B90. Grayscale: #797979. Windows color (decimal): -13982609 or 7316522. OLE color: 7316522.
HSL color Cylindrical-coordinate representation of color #2AA46F: hue angle of 153.93º 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 #2AA46F is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 111 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.36 |
| HSL | 153.93º | 0.59% | 0.4% | - |
| HSV(B) | 153.93º | 0.74% | 0.64% | - |
| XYZ | 17.1 | 28.19 | 19.58 | - |
| YUV | 121.48 | 122.08 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 111 | 0.74 | 0 | 0.32 | 0.36 | 153.93 | 0.59 | 0.4 |
| Hex | 2A | A4 | 6F | 4A | 0 | 20 | 24 | 9A | 3B | 28 |
| Octal | 52 | 244 | 157 | 112 | 0 | 40 | 44 | 232 | 73 | 50 |
| Binary | 101010 | 10100100 | 1101111 | 1001010 | 0 | 100000 | 100100 | 10011010 | 111011 | 101000 |
Color Harmonies of #2AA46F
Complementary color
Monochromatic Colors of #2AA46F
Black with #2AA46F
Text Example
Text Example
White with #2AA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA46F; }
p { color: rgb(42,164,111); }
H1.HeaderClassName
{
color: #2AA46F;
}
.AnyTagClassName
{
color: #2AA46F;
}
</style>
background-color css
<style>
a { background-color: #2AA46F; }
a { background-color: rgb(42,164,111); }
div.DivClassName
{
background-color: #2AA46F;
}
.BgClassName
{
background-color: #2AA46F;
}
</style>
border-color css
<style>
span { border-color: #2AA46F; }
span { border-color: rgb(42,164,111); }
td.TdClassName
{
border-color: #2AA46F;
}
.TagClassName
{
border-color: #2AA46F;
}
</style>