Shades of Eucalyptus #2AA161
Tints of Eucalyptus #2AA161
RGB
CMYK
RGB Variations
Color information
#2AA161 (or 0x2AA161) is known color: Eucalyptus. HEX triplet: 2A, A1 and 61. RGB value is (42,161,97). Sum of RGB (Red+Green+Blue) = 42+161+97=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA161 is #D55E9E. Grayscale: #767676. Windows color (decimal): -13983391 or 6398250. OLE color: 6398250.
HSL color Cylindrical-coordinate representation of color #2AA161: hue angle of 147.73º 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 #2AA161 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 97 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.37 |
| HSL | 147.73º | 0.59% | 0.4% | - |
| HSV(B) | 147.73º | 0.74% | 0.63% | - |
| XYZ | 15.86 | 26.85 | 15.66 | - |
| YUV | 118.12 | 116.08 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 97 | 0.74 | 0 | 0.40 | 0.37 | 147.73 | 0.59 | 0.4 |
| Hex | 2A | A1 | 61 | 4A | 0 | 28 | 25 | 94 | 3B | 28 |
| Octal | 52 | 241 | 141 | 112 | 0 | 50 | 45 | 224 | 73 | 50 |
| Binary | 101010 | 10100001 | 1100001 | 1001010 | 0 | 101000 | 100101 | 10010100 | 111011 | 101000 |
Color Harmonies of #2AA161
Complementary color
Monochromatic Colors of #2AA161
Black with #2AA161
Text Example
Text Example
White with #2AA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA161; }
p { color: rgb(42,161,97); }
H1.HeaderClassName
{
color: #2AA161;
}
.AnyTagClassName
{
color: #2AA161;
}
</style>
background-color css
<style>
a { background-color: #2AA161; }
a { background-color: rgb(42,161,97); }
div.DivClassName
{
background-color: #2AA161;
}
.BgClassName
{
background-color: #2AA161;
}
</style>
border-color css
<style>
span { border-color: #2AA161; }
span { border-color: rgb(42,161,97); }
td.TdClassName
{
border-color: #2AA161;
}
.TagClassName
{
border-color: #2AA161;
}
</style>