Shades of Eucalyptus #2A9D54
Tints of Eucalyptus #2A9D54
RGB
CMYK
RGB Variations
Color information
#2A9D54 (or 0x2A9D54) is known color: Eucalyptus. HEX triplet: 2A, 9D and 54. RGB value is (42,157,84). Sum of RGB (Red+Green+Blue) = 42+157+84=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9D54 is #D562AB. Grayscale: #727272. Windows color (decimal): -13984428 or 5545258. OLE color: 5545258.
HSL color Cylindrical-coordinate representation of color #2A9D54: hue angle of 141.91º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D54 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 157 | 84 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.38 |
| HSL | 141.91º | 0.58% | 0.39% | - |
| HSV(B) | 141.91º | 0.73% | 0.62% | - |
| XYZ | 14.61 | 25.25 | 12.49 | - |
| YUV | 114.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 84 | 0.73 | 0 | 0.46 | 0.38 | 141.91 | 0.58 | 0.39 |
| Hex | 2A | 9D | 54 | 49 | 0 | 2E | 26 | 8E | 3A | 27 |
| Octal | 52 | 235 | 124 | 111 | 0 | 56 | 46 | 216 | 72 | 47 |
| Binary | 101010 | 10011101 | 1010100 | 1001001 | 0 | 101110 | 100110 | 10001110 | 111010 | 100111 |
Color Harmonies of #2A9D54
Complementary color
Monochromatic Colors of #2A9D54
Black with #2A9D54
Text Example
Text Example
White with #2A9D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9D54; }
p { color: rgb(42,157,84); }
H1.HeaderClassName
{
color: #2A9D54;
}
.AnyTagClassName
{
color: #2A9D54;
}
</style>
background-color css
<style>
a { background-color: #2A9D54; }
a { background-color: rgb(42,157,84); }
div.DivClassName
{
background-color: #2A9D54;
}
.BgClassName
{
background-color: #2A9D54;
}
</style>
border-color css
<style>
span { border-color: #2A9D54; }
span { border-color: rgb(42,157,84); }
td.TdClassName
{
border-color: #2A9D54;
}
.TagClassName
{
border-color: #2A9D54;
}
</style>