Shades of Eucalyptus #2A9560
Tints of Eucalyptus #2A9560
RGB
CMYK
RGB Variations
Color information
#2A9560 (or 0x2A9560) is known color: Eucalyptus. HEX triplet: 2A, 95 and 60. RGB value is (42,149,96). Sum of RGB (Red+Green+Blue) = 42+149+96=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9560 is #D56A9F. Grayscale: #6F6F6F. Windows color (decimal): -13986464 or 6329642. OLE color: 6329642.
HSL color Cylindrical-coordinate representation of color #2A9560: hue angle of 150.28º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9560 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 96 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.42 |
| HSL | 150.28º | 0.56% | 0.37% | - |
| HSV(B) | 150.28º | 0.72% | 0.58% | - |
| XYZ | 13.81 | 22.83 | 14.75 | - |
| YUV | 110.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 96 | 0.72 | 0 | 0.36 | 0.42 | 150.28 | 0.56 | 0.37 |
| Hex | 2A | 95 | 60 | 48 | 0 | 24 | 2A | 96 | 38 | 25 |
| Octal | 52 | 225 | 140 | 110 | 0 | 44 | 52 | 226 | 70 | 45 |
| Binary | 101010 | 10010101 | 1100000 | 1001000 | 0 | 100100 | 101010 | 10010110 | 111000 | 100101 |
Color Harmonies of #2A9560
Complementary color
Monochromatic Colors of #2A9560
Black with #2A9560
Text Example
Text Example
White with #2A9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9560; }
p { color: rgb(42,149,96); }
H1.HeaderClassName
{
color: #2A9560;
}
.AnyTagClassName
{
color: #2A9560;
}
</style>
background-color css
<style>
a { background-color: #2A9560; }
a { background-color: rgb(42,149,96); }
div.DivClassName
{
background-color: #2A9560;
}
.BgClassName
{
background-color: #2A9560;
}
</style>
border-color css
<style>
span { border-color: #2A9560; }
span { border-color: rgb(42,149,96); }
td.TdClassName
{
border-color: #2A9560;
}
.TagClassName
{
border-color: #2A9560;
}
</style>