Shades of Eucalyptus #2AAA56
Tints of Eucalyptus #2AAA56
RGB
CMYK
RGB Variations
Color information
#2AAA56 (or 0x2AAA56) is known color: Eucalyptus. HEX triplet: 2A, AA and 56. RGB value is (42,170,86). Sum of RGB (Red+Green+Blue) = 42+170+86=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA56 is #D555A9. Grayscale: #7A7A7A. Windows color (decimal): -13981098 or 5679658. OLE color: 5679658.
HSL color Cylindrical-coordinate representation of color #2AAA56: hue angle of 140.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA56 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 86 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.33 |
| HSL | 140.63º | 0.6% | 0.42% | - |
| HSV(B) | 140.63º | 0.75% | 0.67% | - |
| XYZ | 17.01 | 29.91 | 13.68 | - |
| YUV | 122.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 86 | 0.75 | 0 | 0.49 | 0.33 | 140.63 | 0.6 | 0.42 |
| Hex | 2A | AA | 56 | 4B | 0 | 31 | 21 | 8D | 3C | 2A |
| Octal | 52 | 252 | 126 | 113 | 0 | 61 | 41 | 215 | 74 | 52 |
| Binary | 101010 | 10101010 | 1010110 | 1001011 | 0 | 110001 | 100001 | 10001101 | 111100 | 101010 |
Color Harmonies of #2AAA56
Complementary color
Monochromatic Colors of #2AAA56
Black with #2AAA56
Text Example
Text Example
White with #2AAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA56; }
p { color: rgb(42,170,86); }
H1.HeaderClassName
{
color: #2AAA56;
}
.AnyTagClassName
{
color: #2AAA56;
}
</style>
background-color css
<style>
a { background-color: #2AAA56; }
a { background-color: rgb(42,170,86); }
div.DivClassName
{
background-color: #2AAA56;
}
.BgClassName
{
background-color: #2AAA56;
}
</style>
border-color css
<style>
span { border-color: #2AAA56; }
span { border-color: rgb(42,170,86); }
td.TdClassName
{
border-color: #2AAA56;
}
.TagClassName
{
border-color: #2AAA56;
}
</style>