Shades of Eucalyptus #2A986B
Tints of Eucalyptus #2A986B
RGB
CMYK
RGB Variations
Color information
#2A986B (or 0x2A986B) is known color: Eucalyptus. HEX triplet: 2A, 98 and 6B. RGB value is (42,152,107). Sum of RGB (Red+Green+Blue) = 42+152+107=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #2A986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A986B is #D56794. Grayscale: #727272. Windows color (decimal): -13985685 or 7051306. OLE color: 7051306.
HSL color Cylindrical-coordinate representation of color #2A986B: hue angle of 155.45º 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 #2A986B is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 152 | 107 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.40 |
| HSL | 155.45º | 0.57% | 0.38% | - |
| HSV(B) | 155.45º | 0.72% | 0.6% | - |
| XYZ | 14.84 | 24.01 | 17.76 | - |
| YUV | 113.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 152 | 107 | 0.72 | 0 | 0.30 | 0.40 | 155.45 | 0.57 | 0.38 |
| Hex | 2A | 98 | 6B | 48 | 0 | 1E | 28 | 9B | 39 | 26 |
| Octal | 52 | 230 | 153 | 110 | 0 | 36 | 50 | 233 | 71 | 46 |
| Binary | 101010 | 10011000 | 1101011 | 1001000 | 0 | 11110 | 101000 | 10011011 | 111001 | 100110 |
Color Harmonies of #2A986B
Complementary color
Monochromatic Colors of #2A986B
Black with #2A986B
Text Example
Text Example
White with #2A986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A986B; }
p { color: rgb(42,152,107); }
H1.HeaderClassName
{
color: #2A986B;
}
.AnyTagClassName
{
color: #2A986B;
}
</style>
background-color css
<style>
a { background-color: #2A986B; }
a { background-color: rgb(42,152,107); }
div.DivClassName
{
background-color: #2A986B;
}
.BgClassName
{
background-color: #2A986B;
}
</style>
border-color css
<style>
span { border-color: #2A986B; }
span { border-color: rgb(42,152,107); }
td.TdClassName
{
border-color: #2A986B;
}
.TagClassName
{
border-color: #2A986B;
}
</style>