Shades of Eucalyptus #2AA166
Tints of Eucalyptus #2AA166
RGB
CMYK
RGB Variations
Color information
#2AA166 (or 0x2AA166) is known color: Eucalyptus. HEX triplet: 2A, A1 and 66. RGB value is (42,161,102). Sum of RGB (Red+Green+Blue) = 42+161+102=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA166 is #D55E99. Grayscale: #767676. Windows color (decimal): -13983386 or 6725930. OLE color: 6725930.
HSL color Cylindrical-coordinate representation of color #2AA166: hue angle of 150.25º degrees, saturation: 0.59, 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 #2AA166 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 102 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.37 |
| HSL | 150.25º | 0.59% | 0.4% | - |
| HSV(B) | 150.25º | 0.74% | 0.63% | - |
| XYZ | 16.1 | 26.94 | 16.92 | - |
| YUV | 118.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 102 | 0.74 | 0 | 0.37 | 0.37 | 150.25 | 0.59 | 0.4 |
| Hex | 2A | A1 | 66 | 4A | 0 | 25 | 25 | 96 | 3B | 28 |
| Octal | 52 | 241 | 146 | 112 | 0 | 45 | 45 | 226 | 73 | 50 |
| Binary | 101010 | 10100001 | 1100110 | 1001010 | 0 | 100101 | 100101 | 10010110 | 111011 | 101000 |
Color Harmonies of #2AA166
Complementary color
Monochromatic Colors of #2AA166
Black with #2AA166
Text Example
Text Example
White with #2AA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA166; }
p { color: rgb(42,161,102); }
H1.HeaderClassName
{
color: #2AA166;
}
.AnyTagClassName
{
color: #2AA166;
}
</style>
background-color css
<style>
a { background-color: #2AA166; }
a { background-color: rgb(42,161,102); }
div.DivClassName
{
background-color: #2AA166;
}
.BgClassName
{
background-color: #2AA166;
}
</style>
border-color css
<style>
span { border-color: #2AA166; }
span { border-color: rgb(42,161,102); }
td.TdClassName
{
border-color: #2AA166;
}
.TagClassName
{
border-color: #2AA166;
}
</style>