Shades of Eucalyptus #2A9162
Tints of Eucalyptus #2A9162
RGB
CMYK
RGB Variations
Color information
#2A9162 (or 0x2A9162) is known color: Eucalyptus. HEX triplet: 2A, 91 and 62. RGB value is (42,145,98). Sum of RGB (Red+Green+Blue) = 42+145+98=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #2A9162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9162 is #D56E9D. Grayscale: #6C6C6C. Windows color (decimal): -13987486 or 6459690. OLE color: 6459690.
HSL color Cylindrical-coordinate representation of color #2A9162: hue angle of 152.62º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9162 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 145 | 98 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.43 |
| HSL | 152.62º | 0.55% | 0.37% | - |
| HSV(B) | 152.62º | 0.71% | 0.57% | - |
| XYZ | 13.28 | 21.62 | 15.03 | - |
| YUV | 108.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 145 | 98 | 0.71 | 0 | 0.32 | 0.43 | 152.62 | 0.55 | 0.37 |
| Hex | 2A | 91 | 62 | 47 | 0 | 20 | 2B | 99 | 37 | 25 |
| Octal | 52 | 221 | 142 | 107 | 0 | 40 | 53 | 231 | 67 | 45 |
| Binary | 101010 | 10010001 | 1100010 | 1000111 | 0 | 100000 | 101011 | 10011001 | 110111 | 100101 |
Color Harmonies of #2A9162
Complementary color
Monochromatic Colors of #2A9162
Black with #2A9162
Text Example
Text Example
White with #2A9162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9162; }
p { color: rgb(42,145,98); }
H1.HeaderClassName
{
color: #2A9162;
}
.AnyTagClassName
{
color: #2A9162;
}
</style>
background-color css
<style>
a { background-color: #2A9162; }
a { background-color: rgb(42,145,98); }
div.DivClassName
{
background-color: #2A9162;
}
.BgClassName
{
background-color: #2A9162;
}
</style>
border-color css
<style>
span { border-color: #2A9162; }
span { border-color: rgb(42,145,98); }
td.TdClassName
{
border-color: #2A9162;
}
.TagClassName
{
border-color: #2A9162;
}
</style>