Shades of Eucalyptus #2AA05C
Tints of Eucalyptus #2AA05C
RGB
CMYK
RGB Variations
Color information
#2AA05C (or 0x2AA05C) is known color: Eucalyptus. HEX triplet: 2A, A0 and 5C. RGB value is (42,160,92). Sum of RGB (Red+Green+Blue) = 42+160+92=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA05C is #D55FA3. Grayscale: #757575. Windows color (decimal): -13983652 or 6070314. OLE color: 6070314.
HSL color Cylindrical-coordinate representation of color #2AA05C: hue angle of 145.42º 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 #2AA05C is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 92 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.37 |
| HSL | 145.42º | 0.58% | 0.4% | - |
| HSV(B) | 145.42º | 0.74% | 0.63% | - |
| XYZ | 15.46 | 26.41 | 14.41 | - |
| YUV | 116.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 92 | 0.74 | 0 | 0.43 | 0.37 | 145.42 | 0.58 | 0.4 |
| Hex | 2A | A0 | 5C | 4A | 0 | 2B | 25 | 91 | 3A | 28 |
| Octal | 52 | 240 | 134 | 112 | 0 | 53 | 45 | 221 | 72 | 50 |
| Binary | 101010 | 10100000 | 1011100 | 1001010 | 0 | 101011 | 100101 | 10010001 | 111010 | 101000 |
Color Harmonies of #2AA05C
Complementary color
Monochromatic Colors of #2AA05C
Black with #2AA05C
Text Example
Text Example
White with #2AA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA05C; }
p { color: rgb(42,160,92); }
H1.HeaderClassName
{
color: #2AA05C;
}
.AnyTagClassName
{
color: #2AA05C;
}
</style>
background-color css
<style>
a { background-color: #2AA05C; }
a { background-color: rgb(42,160,92); }
div.DivClassName
{
background-color: #2AA05C;
}
.BgClassName
{
background-color: #2AA05C;
}
</style>
border-color css
<style>
span { border-color: #2AA05C; }
span { border-color: rgb(42,160,92); }
td.TdClassName
{
border-color: #2AA05C;
}
.TagClassName
{
border-color: #2AA05C;
}
</style>