Shades of Eucalyptus #2A955E
Tints of Eucalyptus #2A955E
RGB
CMYK
RGB Variations
Color information
#2A955E (or 0x2A955E) is known color: Eucalyptus. HEX triplet: 2A, 95 and 5E. RGB value is (42,149,94). Sum of RGB (Red+Green+Blue) = 42+149+94=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #2A955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A955E is #D56AA1. Grayscale: #6E6E6E. Windows color (decimal): -13986466 or 6198570. OLE color: 6198570.
HSL color Cylindrical-coordinate representation of color #2A955E: hue angle of 149.16º 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 #2A955E is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 94 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.42 |
| HSL | 149.16º | 0.56% | 0.37% | - |
| HSV(B) | 149.16º | 0.72% | 0.58% | - |
| XYZ | 13.72 | 22.8 | 14.27 | - |
| YUV | 110.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 94 | 0.72 | 0 | 0.37 | 0.42 | 149.16 | 0.56 | 0.37 |
| Hex | 2A | 95 | 5E | 48 | 0 | 25 | 2A | 95 | 38 | 25 |
| Octal | 52 | 225 | 136 | 110 | 0 | 45 | 52 | 225 | 70 | 45 |
| Binary | 101010 | 10010101 | 1011110 | 1001000 | 0 | 100101 | 101010 | 10010101 | 111000 | 100101 |
Color Harmonies of #2A955E
Complementary color
Monochromatic Colors of #2A955E
Black with #2A955E
Text Example
Text Example
White with #2A955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A955E; }
p { color: rgb(42,149,94); }
H1.HeaderClassName
{
color: #2A955E;
}
.AnyTagClassName
{
color: #2A955E;
}
</style>
background-color css
<style>
a { background-color: #2A955E; }
a { background-color: rgb(42,149,94); }
div.DivClassName
{
background-color: #2A955E;
}
.BgClassName
{
background-color: #2A955E;
}
</style>
border-color css
<style>
span { border-color: #2A955E; }
span { border-color: rgb(42,149,94); }
td.TdClassName
{
border-color: #2A955E;
}
.TagClassName
{
border-color: #2A955E;
}
</style>