Shades of Eucalyptus #2A8E61
Tints of Eucalyptus #2A8E61
RGB
CMYK
RGB Variations
Color information
#2A8E61 (or 0x2A8E61) is known color: Eucalyptus. HEX triplet: 2A, 8E and 61. RGB value is (42,142,97). Sum of RGB (Red+Green+Blue) = 42+142+97=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8E61 is #D5719E. Grayscale: #6B6B6B. Windows color (decimal): -13988255 or 6393386. OLE color: 6393386.
HSL color Cylindrical-coordinate representation of color #2A8E61: hue angle of 153º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8E61 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 142 | 97 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.44 |
| HSL | 153º | 0.54% | 0.36% | - |
| HSV(B) | 153º | 0.7% | 0.56% | - |
| XYZ | 12.79 | 20.7 | 14.63 | - |
| YUV | 106.97 | 122.37 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 97 | 0.70 | 0 | 0.32 | 0.44 | 153 | 0.54 | 0.36 |
| Hex | 2A | 8E | 61 | 46 | 0 | 20 | 2C | 99 | 36 | 24 |
| Octal | 52 | 216 | 141 | 106 | 0 | 40 | 54 | 231 | 66 | 44 |
| Binary | 101010 | 10001110 | 1100001 | 1000110 | 0 | 100000 | 101100 | 10011001 | 110110 | 100100 |
Color Harmonies of #2A8E61
Complementary color
Monochromatic Colors of #2A8E61
Black with #2A8E61
Text Example
Text Example
White with #2A8E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8E61; }
p { color: rgb(42,142,97); }
H1.HeaderClassName
{
color: #2A8E61;
}
.AnyTagClassName
{
color: #2A8E61;
}
</style>
background-color css
<style>
a { background-color: #2A8E61; }
a { background-color: rgb(42,142,97); }
div.DivClassName
{
background-color: #2A8E61;
}
.BgClassName
{
background-color: #2A8E61;
}
</style>
border-color css
<style>
span { border-color: #2A8E61; }
span { border-color: rgb(42,142,97); }
td.TdClassName
{
border-color: #2A8E61;
}
.TagClassName
{
border-color: #2A8E61;
}
</style>