Shades of Eucalyptus #2AA357
Tints of Eucalyptus #2AA357
RGB
CMYK
RGB Variations
Color information
#2AA357 (or 0x2AA357) is known color: Eucalyptus. HEX triplet: 2A, A3 and 57. RGB value is (42,163,87). Sum of RGB (Red+Green+Blue) = 42+163+87=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA357 is #D55CA8. Grayscale: #767676. Windows color (decimal): -13982889 or 5743402. OLE color: 5743402.
HSL color Cylindrical-coordinate representation of color #2AA357: hue angle of 142.31º 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 #2AA357 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 87 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.36 |
| HSL | 142.31º | 0.59% | 0.4% | - |
| HSV(B) | 142.31º | 0.74% | 0.64% | - |
| XYZ | 15.77 | 27.37 | 13.47 | - |
| YUV | 118.16 | 110.41 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 87 | 0.74 | 0 | 0.47 | 0.36 | 142.31 | 0.59 | 0.4 |
| Hex | 2A | A3 | 57 | 4A | 0 | 2F | 24 | 8E | 3B | 28 |
| Octal | 52 | 243 | 127 | 112 | 0 | 57 | 44 | 216 | 73 | 50 |
| Binary | 101010 | 10100011 | 1010111 | 1001010 | 0 | 101111 | 100100 | 10001110 | 111011 | 101000 |
Color Harmonies of #2AA357
Complementary color
Monochromatic Colors of #2AA357
Black with #2AA357
Text Example
Text Example
White with #2AA357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA357; }
p { color: rgb(42,163,87); }
H1.HeaderClassName
{
color: #2AA357;
}
.AnyTagClassName
{
color: #2AA357;
}
</style>
background-color css
<style>
a { background-color: #2AA357; }
a { background-color: rgb(42,163,87); }
div.DivClassName
{
background-color: #2AA357;
}
.BgClassName
{
background-color: #2AA357;
}
</style>
border-color css
<style>
span { border-color: #2AA357; }
span { border-color: rgb(42,163,87); }
td.TdClassName
{
border-color: #2AA357;
}
.TagClassName
{
border-color: #2AA357;
}
</style>