Shades of Eucalyptus #2A985B
Tints of Eucalyptus #2A985B
RGB
CMYK
RGB Variations
Color information
#2A985B (or 0x2A985B) is known color: Eucalyptus. HEX triplet: 2A, 98 and 5B. RGB value is (42,152,91). Sum of RGB (Red+Green+Blue) = 42+152+91=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #2A985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A985B is #D567A4. Grayscale: #707070. Windows color (decimal): -13985701 or 6002730. OLE color: 6002730.
HSL color Cylindrical-coordinate representation of color #2A985B: hue angle of 146.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A985B is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 152 | 91 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.40 |
| HSL | 146.73º | 0.57% | 0.38% | - |
| HSV(B) | 146.73º | 0.72% | 0.6% | - |
| XYZ | 14.07 | 23.7 | 13.73 | - |
| YUV | 112.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 152 | 91 | 0.72 | 0 | 0.40 | 0.40 | 146.73 | 0.57 | 0.38 |
| Hex | 2A | 98 | 5B | 48 | 0 | 28 | 28 | 93 | 39 | 26 |
| Octal | 52 | 230 | 133 | 110 | 0 | 50 | 50 | 223 | 71 | 46 |
| Binary | 101010 | 10011000 | 1011011 | 1001000 | 0 | 101000 | 101000 | 10010011 | 111001 | 100110 |
Color Harmonies of #2A985B
Complementary color
Monochromatic Colors of #2A985B
Black with #2A985B
Text Example
Text Example
White with #2A985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A985B; }
p { color: rgb(42,152,91); }
H1.HeaderClassName
{
color: #2A985B;
}
.AnyTagClassName
{
color: #2A985B;
}
</style>
background-color css
<style>
a { background-color: #2A985B; }
a { background-color: rgb(42,152,91); }
div.DivClassName
{
background-color: #2A985B;
}
.BgClassName
{
background-color: #2A985B;
}
</style>
border-color css
<style>
span { border-color: #2A985B; }
span { border-color: rgb(42,152,91); }
td.TdClassName
{
border-color: #2A985B;
}
.TagClassName
{
border-color: #2A985B;
}
</style>