Shades of Eucalyptus #2A9B5A
Tints of Eucalyptus #2A9B5A
RGB
CMYK
RGB Variations
Color information
#2A9B5A (or 0x2A9B5A) is known color: Eucalyptus. HEX triplet: 2A, 9B and 5A. RGB value is (42,155,90). Sum of RGB (Red+Green+Blue) = 42+155+90=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9B5A is #D564A5. Grayscale: #717171. Windows color (decimal): -13984934 or 5937962. OLE color: 5937962.
HSL color Cylindrical-coordinate representation of color #2A9B5A: hue angle of 145.49º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9B5A is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 155 | 90 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.39 |
| HSL | 145.49º | 0.57% | 0.39% | - |
| HSV(B) | 145.49º | 0.73% | 0.61% | - |
| XYZ | 14.52 | 24.67 | 13.67 | - |
| YUV | 113.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 90 | 0.73 | 0 | 0.42 | 0.39 | 145.49 | 0.57 | 0.39 |
| Hex | 2A | 9B | 5A | 49 | 0 | 2A | 27 | 91 | 39 | 27 |
| Octal | 52 | 233 | 132 | 111 | 0 | 52 | 47 | 221 | 71 | 47 |
| Binary | 101010 | 10011011 | 1011010 | 1001001 | 0 | 101010 | 100111 | 10010001 | 111001 | 100111 |
Color Harmonies of #2A9B5A
Complementary color
Monochromatic Colors of #2A9B5A
Black with #2A9B5A
Text Example
Text Example
White with #2A9B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9B5A; }
p { color: rgb(42,155,90); }
H1.HeaderClassName
{
color: #2A9B5A;
}
.AnyTagClassName
{
color: #2A9B5A;
}
</style>
background-color css
<style>
a { background-color: #2A9B5A; }
a { background-color: rgb(42,155,90); }
div.DivClassName
{
background-color: #2A9B5A;
}
.BgClassName
{
background-color: #2A9B5A;
}
</style>
border-color css
<style>
span { border-color: #2A9B5A; }
span { border-color: rgb(42,155,90); }
td.TdClassName
{
border-color: #2A9B5A;
}
.TagClassName
{
border-color: #2A9B5A;
}
</style>