Shades of Eucalyptus #2AA15C
Tints of Eucalyptus #2AA15C
RGB
CMYK
RGB Variations
Color information
#2AA15C (or 0x2AA15C) is known color: Eucalyptus. HEX triplet: 2A, A1 and 5C. RGB value is (42,161,92). Sum of RGB (Red+Green+Blue) = 42+161+92=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA15C is #D55EA3. Grayscale: #757575. Windows color (decimal): -13983396 or 6070570. OLE color: 6070570.
HSL color Cylindrical-coordinate representation of color #2AA15C: hue angle of 145.21º 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 #2AA15C is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 92 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.37 |
| HSL | 145.21º | 0.59% | 0.4% | - |
| HSV(B) | 145.21º | 0.74% | 0.63% | - |
| XYZ | 15.63 | 26.75 | 14.47 | - |
| YUV | 117.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 92 | 0.74 | 0 | 0.43 | 0.37 | 145.21 | 0.59 | 0.4 |
| Hex | 2A | A1 | 5C | 4A | 0 | 2B | 25 | 91 | 3B | 28 |
| Octal | 52 | 241 | 134 | 112 | 0 | 53 | 45 | 221 | 73 | 50 |
| Binary | 101010 | 10100001 | 1011100 | 1001010 | 0 | 101011 | 100101 | 10010001 | 111011 | 101000 |
Color Harmonies of #2AA15C
Complementary color
Monochromatic Colors of #2AA15C
Black with #2AA15C
Text Example
Text Example
White with #2AA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA15C; }
p { color: rgb(42,161,92); }
H1.HeaderClassName
{
color: #2AA15C;
}
.AnyTagClassName
{
color: #2AA15C;
}
</style>
background-color css
<style>
a { background-color: #2AA15C; }
a { background-color: rgb(42,161,92); }
div.DivClassName
{
background-color: #2AA15C;
}
.BgClassName
{
background-color: #2AA15C;
}
</style>
border-color css
<style>
span { border-color: #2AA15C; }
span { border-color: rgb(42,161,92); }
td.TdClassName
{
border-color: #2AA15C;
}
.TagClassName
{
border-color: #2AA15C;
}
</style>