Shades of Eucalyptus #2A986A
Tints of Eucalyptus #2A986A
RGB
CMYK
RGB Variations
Color information
#2A986A (or 0x2A986A) is known color: Eucalyptus. HEX triplet: 2A, 98 and 6A. RGB value is (42,152,106). Sum of RGB (Red+Green+Blue) = 42+152+106=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #2A986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A986A is #D56795. Grayscale: #717171. Windows color (decimal): -13985686 or 6985770. OLE color: 6985770.
HSL color Cylindrical-coordinate representation of color #2A986A: hue angle of 154.91º 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 #2A986A is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 152 | 106 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.40 |
| HSL | 154.91º | 0.57% | 0.38% | - |
| HSV(B) | 154.91º | 0.72% | 0.6% | - |
| XYZ | 14.78 | 23.99 | 17.49 | - |
| YUV | 113.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 152 | 106 | 0.72 | 0 | 0.30 | 0.40 | 154.91 | 0.57 | 0.38 |
| Hex | 2A | 98 | 6A | 48 | 0 | 1E | 28 | 9B | 39 | 26 |
| Octal | 52 | 230 | 152 | 110 | 0 | 36 | 50 | 233 | 71 | 46 |
| Binary | 101010 | 10011000 | 1101010 | 1001000 | 0 | 11110 | 101000 | 10011011 | 111001 | 100110 |
Color Harmonies of #2A986A
Complementary color
Monochromatic Colors of #2A986A
Black with #2A986A
Text Example
Text Example
White with #2A986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A986A; }
p { color: rgb(42,152,106); }
H1.HeaderClassName
{
color: #2A986A;
}
.AnyTagClassName
{
color: #2A986A;
}
</style>
background-color css
<style>
a { background-color: #2A986A; }
a { background-color: rgb(42,152,106); }
div.DivClassName
{
background-color: #2A986A;
}
.BgClassName
{
background-color: #2A986A;
}
</style>
border-color css
<style>
span { border-color: #2A986A; }
span { border-color: rgb(42,152,106); }
td.TdClassName
{
border-color: #2A986A;
}
.TagClassName
{
border-color: #2A986A;
}
</style>