Shades of Eucalyptus #2AAC5F
Tints of Eucalyptus #2AAC5F
RGB
CMYK
RGB Variations
Color information
#2AAC5F (or 0x2AAC5F) is known color: Eucalyptus. HEX triplet: 2A, AC and 5F. RGB value is (42,172,95). Sum of RGB (Red+Green+Blue) = 42+172+95=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC5F is #D553A0. Grayscale: #7C7C7C. Windows color (decimal): -13980577 or 6269994. OLE color: 6269994.
HSL color Cylindrical-coordinate representation of color #2AAC5F: hue angle of 144.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC5F is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 95 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.33 |
| HSL | 144.46º | 0.61% | 0.42% | - |
| HSV(B) | 144.46º | 0.76% | 0.67% | - |
| XYZ | 17.77 | 30.82 | 15.84 | - |
| YUV | 124.35 | 111.43 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 95 | 0.76 | 0 | 0.45 | 0.33 | 144.46 | 0.61 | 0.42 |
| Hex | 2A | AC | 5F | 4C | 0 | 2D | 21 | 90 | 3D | 2A |
| Octal | 52 | 254 | 137 | 114 | 0 | 55 | 41 | 220 | 75 | 52 |
| Binary | 101010 | 10101100 | 1011111 | 1001100 | 0 | 101101 | 100001 | 10010000 | 111101 | 101010 |
Color Harmonies of #2AAC5F
Complementary color
Monochromatic Colors of #2AAC5F
Black with #2AAC5F
Text Example
Text Example
White with #2AAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC5F; }
p { color: rgb(42,172,95); }
H1.HeaderClassName
{
color: #2AAC5F;
}
.AnyTagClassName
{
color: #2AAC5F;
}
</style>
background-color css
<style>
a { background-color: #2AAC5F; }
a { background-color: rgb(42,172,95); }
div.DivClassName
{
background-color: #2AAC5F;
}
.BgClassName
{
background-color: #2AAC5F;
}
</style>
border-color css
<style>
span { border-color: #2AAC5F; }
span { border-color: rgb(42,172,95); }
td.TdClassName
{
border-color: #2AAC5F;
}
.TagClassName
{
border-color: #2AAC5F;
}
</style>