Shades of Eucalyptus #2AA651
Tints of Eucalyptus #2AA651
RGB
CMYK
RGB Variations
Color information
#2AA651 (or 0x2AA651) is known color: Eucalyptus. HEX triplet: 2A, A6 and 51. RGB value is (42,166,81). Sum of RGB (Red+Green+Blue) = 42+166+81=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 166 (65.23% from 255 or 57.44% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA651 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA651 is #D559AE. Grayscale: #777777. Windows color (decimal): -13982127 or 5350954. OLE color: 5350954.
HSL color Cylindrical-coordinate representation of color #2AA651: hue angle of 138.87º 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 #2AA651 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 81 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.35 |
| HSL | 138.87º | 0.6% | 0.41% | - |
| HSV(B) | 138.87º | 0.75% | 0.65% | - |
| XYZ | 16.08 | 28.36 | 12.41 | - |
| YUV | 119.23 | 106.42 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 81 | 0.75 | 0 | 0.51 | 0.35 | 138.87 | 0.6 | 0.41 |
| Hex | 2A | A6 | 51 | 4B | 0 | 33 | 23 | 8B | 3C | 29 |
| Octal | 52 | 246 | 121 | 113 | 0 | 63 | 43 | 213 | 74 | 51 |
| Binary | 101010 | 10100110 | 1010001 | 1001011 | 0 | 110011 | 100011 | 10001011 | 111100 | 101001 |
Color Harmonies of #2AA651
Complementary color
Monochromatic Colors of #2AA651
Black with #2AA651
Text Example
Text Example
White with #2AA651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA651; }
p { color: rgb(42,166,81); }
H1.HeaderClassName
{
color: #2AA651;
}
.AnyTagClassName
{
color: #2AA651;
}
</style>
background-color css
<style>
a { background-color: #2AA651; }
a { background-color: rgb(42,166,81); }
div.DivClassName
{
background-color: #2AA651;
}
.BgClassName
{
background-color: #2AA651;
}
</style>
border-color css
<style>
span { border-color: #2AA651; }
span { border-color: rgb(42,166,81); }
td.TdClassName
{
border-color: #2AA651;
}
.TagClassName
{
border-color: #2AA651;
}
</style>