Shades of Eucalyptus #2A8E62
Tints of Eucalyptus #2A8E62
RGB
CMYK
RGB Variations
Color information
#2A8E62 (or 0x2A8E62) is known color: Eucalyptus. HEX triplet: 2A, 8E and 62. RGB value is (42,142,98). Sum of RGB (Red+Green+Blue) = 42+142+98=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8E62 is #D5719D. Grayscale: #6B6B6B. Windows color (decimal): -13988254 or 6458922. OLE color: 6458922.
HSL color Cylindrical-coordinate representation of color #2A8E62: hue angle of 153.6º 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 #2A8E62 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 142 | 98 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.44 |
| HSL | 153.6º | 0.54% | 0.36% | - |
| HSV(B) | 153.6º | 0.7% | 0.56% | - |
| XYZ | 12.83 | 20.72 | 14.88 | - |
| YUV | 107.08 | 122.87 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 98 | 0.70 | 0 | 0.31 | 0.44 | 153.6 | 0.54 | 0.36 |
| Hex | 2A | 8E | 62 | 46 | 0 | 1F | 2C | 9A | 36 | 24 |
| Octal | 52 | 216 | 142 | 106 | 0 | 37 | 54 | 232 | 66 | 44 |
| Binary | 101010 | 10001110 | 1100010 | 1000110 | 0 | 11111 | 101100 | 10011010 | 110110 | 100100 |
Color Harmonies of #2A8E62
Complementary color
Monochromatic Colors of #2A8E62
Black with #2A8E62
Text Example
Text Example
White with #2A8E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8E62; }
p { color: rgb(42,142,98); }
H1.HeaderClassName
{
color: #2A8E62;
}
.AnyTagClassName
{
color: #2A8E62;
}
</style>
background-color css
<style>
a { background-color: #2A8E62; }
a { background-color: rgb(42,142,98); }
div.DivClassName
{
background-color: #2A8E62;
}
.BgClassName
{
background-color: #2A8E62;
}
</style>
border-color css
<style>
span { border-color: #2A8E62; }
span { border-color: rgb(42,142,98); }
td.TdClassName
{
border-color: #2A8E62;
}
.TagClassName
{
border-color: #2A8E62;
}
</style>