Shades of Eucalyptus #2A945E
Tints of Eucalyptus #2A945E
RGB
CMYK
RGB Variations
Color information
#2A945E (or 0x2A945E) is known color: Eucalyptus. HEX triplet: 2A, 94 and 5E. RGB value is (42,148,94). Sum of RGB (Red+Green+Blue) = 42+148+94=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #2A945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A945E is #D56BA1. Grayscale: #6E6E6E. Windows color (decimal): -13986722 or 6198314. OLE color: 6198314.
HSL color Cylindrical-coordinate representation of color #2A945E: hue angle of 149.43º 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 #2A945E is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 148 | 94 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.42 |
| HSL | 149.43º | 0.56% | 0.37% | - |
| HSV(B) | 149.43º | 0.72% | 0.58% | - |
| XYZ | 13.57 | 22.48 | 14.21 | - |
| YUV | 110.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 94 | 0.72 | 0 | 0.36 | 0.42 | 149.43 | 0.56 | 0.37 |
| Hex | 2A | 94 | 5E | 48 | 0 | 24 | 2A | 95 | 38 | 25 |
| Octal | 52 | 224 | 136 | 110 | 0 | 44 | 52 | 225 | 70 | 45 |
| Binary | 101010 | 10010100 | 1011110 | 1001000 | 0 | 100100 | 101010 | 10010101 | 111000 | 100101 |
Color Harmonies of #2A945E
Complementary color
Monochromatic Colors of #2A945E
Black with #2A945E
Text Example
Text Example
White with #2A945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A945E; }
p { color: rgb(42,148,94); }
H1.HeaderClassName
{
color: #2A945E;
}
.AnyTagClassName
{
color: #2A945E;
}
</style>
background-color css
<style>
a { background-color: #2A945E; }
a { background-color: rgb(42,148,94); }
div.DivClassName
{
background-color: #2A945E;
}
.BgClassName
{
background-color: #2A945E;
}
</style>
border-color css
<style>
span { border-color: #2A945E; }
span { border-color: rgb(42,148,94); }
td.TdClassName
{
border-color: #2A945E;
}
.TagClassName
{
border-color: #2A945E;
}
</style>