Shades of Eucalyptus #2AA654
Tints of Eucalyptus #2AA654
RGB
CMYK
RGB Variations
Color information
#2AA654 (or 0x2AA654) is known color: Eucalyptus. HEX triplet: 2A, A6 and 54. RGB value is (42,166,84). Sum of RGB (Red+Green+Blue) = 42+166+84=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA654 is #D559AB. Grayscale: #777777. Windows color (decimal): -13982124 or 5547562. OLE color: 5547562.
HSL color Cylindrical-coordinate representation of color #2AA654: hue angle of 140.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA654 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 84 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.35 |
| HSL | 140.32º | 0.6% | 0.41% | - |
| HSV(B) | 140.32º | 0.75% | 0.65% | - |
| XYZ | 16.19 | 28.4 | 13.02 | - |
| YUV | 119.58 | 107.92 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 84 | 0.75 | 0 | 0.49 | 0.35 | 140.32 | 0.6 | 0.41 |
| Hex | 2A | A6 | 54 | 4B | 0 | 31 | 23 | 8C | 3C | 29 |
| Octal | 52 | 246 | 124 | 113 | 0 | 61 | 43 | 214 | 74 | 51 |
| Binary | 101010 | 10100110 | 1010100 | 1001011 | 0 | 110001 | 100011 | 10001100 | 111100 | 101001 |
Color Harmonies of #2AA654
Complementary color
Monochromatic Colors of #2AA654
Black with #2AA654
Text Example
Text Example
White with #2AA654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA654; }
p { color: rgb(42,166,84); }
H1.HeaderClassName
{
color: #2AA654;
}
.AnyTagClassName
{
color: #2AA654;
}
</style>
background-color css
<style>
a { background-color: #2AA654; }
a { background-color: rgb(42,166,84); }
div.DivClassName
{
background-color: #2AA654;
}
.BgClassName
{
background-color: #2AA654;
}
</style>
border-color css
<style>
span { border-color: #2AA654; }
span { border-color: rgb(42,166,84); }
td.TdClassName
{
border-color: #2AA654;
}
.TagClassName
{
border-color: #2AA654;
}
</style>