Shades of Eucalyptus #2AA354
Tints of Eucalyptus #2AA354
RGB
CMYK
RGB Variations
Color information
#2AA354 (or 0x2AA354) is known color: Eucalyptus. HEX triplet: 2A, A3 and 54. RGB value is (42,163,84). Sum of RGB (Red+Green+Blue) = 42+163+84=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA354 is #D55CAB. Grayscale: #767676. Windows color (decimal): -13982892 or 5546794. OLE color: 5546794.
HSL color Cylindrical-coordinate representation of color #2AA354: hue angle of 140.83º 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 #2AA354 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 84 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.36 |
| HSL | 140.83º | 0.59% | 0.4% | - |
| HSV(B) | 140.83º | 0.74% | 0.64% | - |
| XYZ | 15.65 | 27.33 | 12.84 | - |
| YUV | 117.82 | 108.91 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 84 | 0.74 | 0 | 0.48 | 0.36 | 140.83 | 0.59 | 0.4 |
| Hex | 2A | A3 | 54 | 4A | 0 | 30 | 24 | 8D | 3B | 28 |
| Octal | 52 | 243 | 124 | 112 | 0 | 60 | 44 | 215 | 73 | 50 |
| Binary | 101010 | 10100011 | 1010100 | 1001010 | 0 | 110000 | 100100 | 10001101 | 111011 | 101000 |
Color Harmonies of #2AA354
Complementary color
Monochromatic Colors of #2AA354
Black with #2AA354
Text Example
Text Example
White with #2AA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA354; }
p { color: rgb(42,163,84); }
H1.HeaderClassName
{
color: #2AA354;
}
.AnyTagClassName
{
color: #2AA354;
}
</style>
background-color css
<style>
a { background-color: #2AA354; }
a { background-color: rgb(42,163,84); }
div.DivClassName
{
background-color: #2AA354;
}
.BgClassName
{
background-color: #2AA354;
}
</style>
border-color css
<style>
span { border-color: #2AA354; }
span { border-color: rgb(42,163,84); }
td.TdClassName
{
border-color: #2AA354;
}
.TagClassName
{
border-color: #2AA354;
}
</style>