Shades of Eucalyptus #2A9D5B
Tints of Eucalyptus #2A9D5B
RGB
CMYK
RGB Variations
Color information
#2A9D5B (or 0x2A9D5B) is known color: Eucalyptus. HEX triplet: 2A, 9D and 5B. RGB value is (42,157,91). Sum of RGB (Red+Green+Blue) = 42+157+91=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9D5B is #D562A4. Grayscale: #737373. Windows color (decimal): -13984421 or 6004010. OLE color: 6004010.
HSL color Cylindrical-coordinate representation of color #2A9D5B: hue angle of 145.57º 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 #2A9D5B is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 157 | 91 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.38 |
| HSL | 145.57º | 0.58% | 0.39% | - |
| HSV(B) | 145.57º | 0.73% | 0.62% | - |
| XYZ | 14.9 | 25.36 | 14.01 | - |
| YUV | 115.09 | 114.4 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 91 | 0.73 | 0 | 0.42 | 0.38 | 145.57 | 0.58 | 0.39 |
| Hex | 2A | 9D | 5B | 49 | 0 | 2A | 26 | 92 | 3A | 27 |
| Octal | 52 | 235 | 133 | 111 | 0 | 52 | 46 | 222 | 72 | 47 |
| Binary | 101010 | 10011101 | 1011011 | 1001001 | 0 | 101010 | 100110 | 10010010 | 111010 | 100111 |
Color Harmonies of #2A9D5B
Complementary color
Monochromatic Colors of #2A9D5B
Black with #2A9D5B
Text Example
Text Example
White with #2A9D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9D5B; }
p { color: rgb(42,157,91); }
H1.HeaderClassName
{
color: #2A9D5B;
}
.AnyTagClassName
{
color: #2A9D5B;
}
</style>
background-color css
<style>
a { background-color: #2A9D5B; }
a { background-color: rgb(42,157,91); }
div.DivClassName
{
background-color: #2A9D5B;
}
.BgClassName
{
background-color: #2A9D5B;
}
</style>
border-color css
<style>
span { border-color: #2A9D5B; }
span { border-color: rgb(42,157,91); }
td.TdClassName
{
border-color: #2A9D5B;
}
.TagClassName
{
border-color: #2A9D5B;
}
</style>