Shades of Eucalyptus #2AA86B
Tints of Eucalyptus #2AA86B
RGB
CMYK
RGB Variations
Color information
#2AA86B (or 0x2AA86B) is known color: Eucalyptus. HEX triplet: 2A, A8 and 6B. RGB value is (42,168,107). Sum of RGB (Red+Green+Blue) = 42+168+107=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA86B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA86B is #D55794. Grayscale: #7B7B7B. Windows color (decimal): -13981589 or 7055402. OLE color: 7055402.
HSL color Cylindrical-coordinate representation of color #2AA86B: hue angle of 150.95º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA86B is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 107 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.34 |
| HSL | 150.95º | 0.6% | 0.41% | - |
| HSV(B) | 150.95º | 0.75% | 0.66% | - |
| XYZ | 17.61 | 29.56 | 18.69 | - |
| YUV | 123.37 | 118.76 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 107 | 0.75 | 0 | 0.36 | 0.34 | 150.95 | 0.6 | 0.41 |
| Hex | 2A | A8 | 6B | 4B | 0 | 24 | 22 | 97 | 3C | 29 |
| Octal | 52 | 250 | 153 | 113 | 0 | 44 | 42 | 227 | 74 | 51 |
| Binary | 101010 | 10101000 | 1101011 | 1001011 | 0 | 100100 | 100010 | 10010111 | 111100 | 101001 |
Color Harmonies of #2AA86B
Complementary color
Monochromatic Colors of #2AA86B
Black with #2AA86B
Text Example
Text Example
White with #2AA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA86B; }
p { color: rgb(42,168,107); }
H1.HeaderClassName
{
color: #2AA86B;
}
.AnyTagClassName
{
color: #2AA86B;
}
</style>
background-color css
<style>
a { background-color: #2AA86B; }
a { background-color: rgb(42,168,107); }
div.DivClassName
{
background-color: #2AA86B;
}
.BgClassName
{
background-color: #2AA86B;
}
</style>
border-color css
<style>
span { border-color: #2AA86B; }
span { border-color: rgb(42,168,107); }
td.TdClassName
{
border-color: #2AA86B;
}
.TagClassName
{
border-color: #2AA86B;
}
</style>