Shades of Eucalyptus #2AA45C
Tints of Eucalyptus #2AA45C
RGB
CMYK
RGB Variations
Color information
#2AA45C (or 0x2AA45C) is known color: Eucalyptus. HEX triplet: 2A, A4 and 5C. RGB value is (42,164,92). Sum of RGB (Red+Green+Blue) = 42+164+92=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA45C is #D55BA3. Grayscale: #777777. Windows color (decimal): -13982628 or 6071338. OLE color: 6071338.
HSL color Cylindrical-coordinate representation of color #2AA45C: hue angle of 144.59º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA45C is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 92 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.36 |
| HSL | 144.59º | 0.59% | 0.4% | - |
| HSV(B) | 144.59º | 0.74% | 0.64% | - |
| XYZ | 16.16 | 27.82 | 14.64 | - |
| YUV | 119.31 | 112.58 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 92 | 0.74 | 0 | 0.44 | 0.36 | 144.59 | 0.59 | 0.4 |
| Hex | 2A | A4 | 5C | 4A | 0 | 2C | 24 | 91 | 3B | 28 |
| Octal | 52 | 244 | 134 | 112 | 0 | 54 | 44 | 221 | 73 | 50 |
| Binary | 101010 | 10100100 | 1011100 | 1001010 | 0 | 101100 | 100100 | 10010001 | 111011 | 101000 |
Color Harmonies of #2AA45C
Complementary color
Monochromatic Colors of #2AA45C
Black with #2AA45C
Text Example
Text Example
White with #2AA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA45C; }
p { color: rgb(42,164,92); }
H1.HeaderClassName
{
color: #2AA45C;
}
.AnyTagClassName
{
color: #2AA45C;
}
</style>
background-color css
<style>
a { background-color: #2AA45C; }
a { background-color: rgb(42,164,92); }
div.DivClassName
{
background-color: #2AA45C;
}
.BgClassName
{
background-color: #2AA45C;
}
</style>
border-color css
<style>
span { border-color: #2AA45C; }
span { border-color: rgb(42,164,92); }
td.TdClassName
{
border-color: #2AA45C;
}
.TagClassName
{
border-color: #2AA45C;
}
</style>