Shades of Eucalyptus #2A995B
Tints of Eucalyptus #2A995B
RGB
CMYK
RGB Variations
Color information
#2A995B (or 0x2A995B) is known color: Eucalyptus. HEX triplet: 2A, 99 and 5B. RGB value is (42,153,91). Sum of RGB (Red+Green+Blue) = 42+153+91=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #2A995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A995B is #D566A4. Grayscale: #707070. Windows color (decimal): -13985445 or 6002986. OLE color: 6002986.
HSL color Cylindrical-coordinate representation of color #2A995B: hue angle of 146.49º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A995B is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 91 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.4 |
| HSL | 146.49º | 0.57% | 0.38% | - |
| HSV(B) | 146.49º | 0.73% | 0.6% | - |
| XYZ | 14.23 | 24.03 | 13.79 | - |
| YUV | 112.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 91 | 0.73 | 0 | 0.41 | 0.4 | 146.49 | 0.57 | 0.38 |
| Hex | 2A | 99 | 5B | 49 | 0 | 29 | 28 | 92 | 39 | 26 |
| Octal | 52 | 231 | 133 | 111 | 0 | 51 | 50 | 222 | 71 | 46 |
| Binary | 101010 | 10011001 | 1011011 | 1001001 | 0 | 101001 | 101000 | 10010010 | 111001 | 100110 |
Color Harmonies of #2A995B
Complementary color
Monochromatic Colors of #2A995B
Black with #2A995B
Text Example
Text Example
White with #2A995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A995B; }
p { color: rgb(42,153,91); }
H1.HeaderClassName
{
color: #2A995B;
}
.AnyTagClassName
{
color: #2A995B;
}
</style>
background-color css
<style>
a { background-color: #2A995B; }
a { background-color: rgb(42,153,91); }
div.DivClassName
{
background-color: #2A995B;
}
.BgClassName
{
background-color: #2A995B;
}
</style>
border-color css
<style>
span { border-color: #2A995B; }
span { border-color: rgb(42,153,91); }
td.TdClassName
{
border-color: #2A995B;
}
.TagClassName
{
border-color: #2A995B;
}
</style>