Shades of Eucalyptus #2AA85B
Tints of Eucalyptus #2AA85B
RGB
CMYK
RGB Variations
Color information
#2AA85B (or 0x2AA85B) is known color: Eucalyptus. HEX triplet: 2A, A8 and 5B. RGB value is (42,168,91). Sum of RGB (Red+Green+Blue) = 42+168+91=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA85B is #D557A4. Grayscale: #797979. Windows color (decimal): -13981605 or 6006826. OLE color: 6006826.
HSL color Cylindrical-coordinate representation of color #2AA85B: hue angle of 143.33º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA85B is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 91 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.34 |
| HSL | 143.33º | 0.6% | 0.41% | - |
| HSV(B) | 143.33º | 0.75% | 0.66% | - |
| XYZ | 16.85 | 29.25 | 14.66 | - |
| YUV | 121.55 | 110.76 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 91 | 0.75 | 0 | 0.46 | 0.34 | 143.33 | 0.6 | 0.41 |
| Hex | 2A | A8 | 5B | 4B | 0 | 2E | 22 | 8F | 3C | 29 |
| Octal | 52 | 250 | 133 | 113 | 0 | 56 | 42 | 217 | 74 | 51 |
| Binary | 101010 | 10101000 | 1011011 | 1001011 | 0 | 101110 | 100010 | 10001111 | 111100 | 101001 |
Color Harmonies of #2AA85B
Complementary color
Monochromatic Colors of #2AA85B
Black with #2AA85B
Text Example
Text Example
White with #2AA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA85B; }
p { color: rgb(42,168,91); }
H1.HeaderClassName
{
color: #2AA85B;
}
.AnyTagClassName
{
color: #2AA85B;
}
</style>
background-color css
<style>
a { background-color: #2AA85B; }
a { background-color: rgb(42,168,91); }
div.DivClassName
{
background-color: #2AA85B;
}
.BgClassName
{
background-color: #2AA85B;
}
</style>
border-color css
<style>
span { border-color: #2AA85B; }
span { border-color: rgb(42,168,91); }
td.TdClassName
{
border-color: #2AA85B;
}
.TagClassName
{
border-color: #2AA85B;
}
</style>