Shades of Eucalyptus #2AA06B
Tints of Eucalyptus #2AA06B
RGB
CMYK
RGB Variations
Color information
#2AA06B (or 0x2AA06B) is known color: Eucalyptus. HEX triplet: 2A, A0 and 6B. RGB value is (42,160,107). Sum of RGB (Red+Green+Blue) = 42+160+107=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA06B is #D55F94. Grayscale: #767676. Windows color (decimal): -13983637 or 7053354. OLE color: 7053354.
HSL color Cylindrical-coordinate representation of color #2AA06B: hue angle of 153.05º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA06B is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 107 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.37 |
| HSL | 153.05º | 0.58% | 0.4% | - |
| HSV(B) | 153.05º | 0.74% | 0.63% | - |
| XYZ | 16.18 | 26.7 | 18.21 | - |
| YUV | 118.68 | 121.41 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 107 | 0.74 | 0 | 0.33 | 0.37 | 153.05 | 0.58 | 0.4 |
| Hex | 2A | A0 | 6B | 4A | 0 | 21 | 25 | 99 | 3A | 28 |
| Octal | 52 | 240 | 153 | 112 | 0 | 41 | 45 | 231 | 72 | 50 |
| Binary | 101010 | 10100000 | 1101011 | 1001010 | 0 | 100001 | 100101 | 10011001 | 111010 | 101000 |
Color Harmonies of #2AA06B
Complementary color
Monochromatic Colors of #2AA06B
Black with #2AA06B
Text Example
Text Example
White with #2AA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA06B; }
p { color: rgb(42,160,107); }
H1.HeaderClassName
{
color: #2AA06B;
}
.AnyTagClassName
{
color: #2AA06B;
}
</style>
background-color css
<style>
a { background-color: #2AA06B; }
a { background-color: rgb(42,160,107); }
div.DivClassName
{
background-color: #2AA06B;
}
.BgClassName
{
background-color: #2AA06B;
}
</style>
border-color css
<style>
span { border-color: #2AA06B; }
span { border-color: rgb(42,160,107); }
td.TdClassName
{
border-color: #2AA06B;
}
.TagClassName
{
border-color: #2AA06B;
}
</style>