Shades of Eucalyptus #2AA170
Tints of Eucalyptus #2AA170
RGB
CMYK
RGB Variations
Color information
#2AA170 (or 0x2AA170) is known color: Eucalyptus. HEX triplet: 2A, A1 and 70. RGB value is (42,161,112). Sum of RGB (Red+Green+Blue) = 42+161+112=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA170 is #D55E8F. Grayscale: #777777. Windows color (decimal): -13983376 or 7381290. OLE color: 7381290.
HSL color Cylindrical-coordinate representation of color #2AA170: hue angle of 155.29º 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 #2AA170 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 112 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.37 |
| HSL | 155.29º | 0.59% | 0.4% | - |
| HSV(B) | 155.29º | 0.74% | 0.63% | - |
| XYZ | 16.62 | 27.15 | 19.69 | - |
| YUV | 119.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 112 | 0.74 | 0 | 0.30 | 0.37 | 155.29 | 0.59 | 0.4 |
| Hex | 2A | A1 | 70 | 4A | 0 | 1E | 25 | 9B | 3B | 28 |
| Octal | 52 | 241 | 160 | 112 | 0 | 36 | 45 | 233 | 73 | 50 |
| Binary | 101010 | 10100001 | 1110000 | 1001010 | 0 | 11110 | 100101 | 10011011 | 111011 | 101000 |
Color Harmonies of #2AA170
Complementary color
Monochromatic Colors of #2AA170
Black with #2AA170
Text Example
Text Example
White with #2AA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA170; }
p { color: rgb(42,161,112); }
H1.HeaderClassName
{
color: #2AA170;
}
.AnyTagClassName
{
color: #2AA170;
}
</style>
background-color css
<style>
a { background-color: #2AA170; }
a { background-color: rgb(42,161,112); }
div.DivClassName
{
background-color: #2AA170;
}
.BgClassName
{
background-color: #2AA170;
}
</style>
border-color css
<style>
span { border-color: #2AA170; }
span { border-color: rgb(42,161,112); }
td.TdClassName
{
border-color: #2AA170;
}
.TagClassName
{
border-color: #2AA170;
}
</style>