Shades of Eucalyptus #2A9B5E
Tints of Eucalyptus #2A9B5E
RGB
CMYK
RGB Variations
Color information
#2A9B5E (or 0x2A9B5E) is known color: Eucalyptus. HEX triplet: 2A, 9B and 5E. RGB value is (42,155,94). Sum of RGB (Red+Green+Blue) = 42+155+94=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9B5E is #D564A1. Grayscale: #727272. Windows color (decimal): -13984930 or 6200106. OLE color: 6200106.
HSL color Cylindrical-coordinate representation of color #2A9B5E: hue angle of 147.61º 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 #2A9B5E is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 155 | 94 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.39 |
| HSL | 147.61º | 0.57% | 0.39% | - |
| HSV(B) | 147.61º | 0.73% | 0.61% | - |
| XYZ | 14.7 | 24.74 | 14.59 | - |
| YUV | 114.26 | 116.56 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 94 | 0.73 | 0 | 0.39 | 0.39 | 147.61 | 0.57 | 0.39 |
| Hex | 2A | 9B | 5E | 49 | 0 | 27 | 27 | 94 | 39 | 27 |
| Octal | 52 | 233 | 136 | 111 | 0 | 47 | 47 | 224 | 71 | 47 |
| Binary | 101010 | 10011011 | 1011110 | 1001001 | 0 | 100111 | 100111 | 10010100 | 111001 | 100111 |
Color Harmonies of #2A9B5E
Complementary color
Monochromatic Colors of #2A9B5E
Black with #2A9B5E
Text Example
Text Example
White with #2A9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9B5E; }
p { color: rgb(42,155,94); }
H1.HeaderClassName
{
color: #2A9B5E;
}
.AnyTagClassName
{
color: #2A9B5E;
}
</style>
background-color css
<style>
a { background-color: #2A9B5E; }
a { background-color: rgb(42,155,94); }
div.DivClassName
{
background-color: #2A9B5E;
}
.BgClassName
{
background-color: #2A9B5E;
}
</style>
border-color css
<style>
span { border-color: #2A9B5E; }
span { border-color: rgb(42,155,94); }
td.TdClassName
{
border-color: #2A9B5E;
}
.TagClassName
{
border-color: #2A9B5E;
}
</style>