Shades of Eucalyptus #2AAC56
Tints of Eucalyptus #2AAC56
RGB
CMYK
RGB Variations
Color information
#2AAC56 (or 0x2AAC56) is known color: Eucalyptus. HEX triplet: 2A, AC and 56. RGB value is (42,172,86). Sum of RGB (Red+Green+Blue) = 42+172+86=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC56 is #D553A9. Grayscale: #7B7B7B. Windows color (decimal): -13980586 or 5680170. OLE color: 5680170.
HSL color Cylindrical-coordinate representation of color #2AAC56: hue angle of 140.31º 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 #2AAC56 is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 86 | - |
| CMYK | 0.76 | 0 | 0.5 | 0.33 |
| HSL | 140.31º | 0.61% | 0.42% | - |
| HSV(B) | 140.31º | 0.76% | 0.67% | - |
| XYZ | 17.39 | 30.67 | 13.81 | - |
| YUV | 123.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 86 | 0.76 | 0 | 0.5 | 0.33 | 140.31 | 0.61 | 0.42 |
| Hex | 2A | AC | 56 | 4C | 0 | 32 | 21 | 8C | 3D | 2A |
| Octal | 52 | 254 | 126 | 114 | 0 | 62 | 41 | 214 | 75 | 52 |
| Binary | 101010 | 10101100 | 1010110 | 1001100 | 0 | 110010 | 100001 | 10001100 | 111101 | 101010 |
Color Harmonies of #2AAC56
Complementary color
Monochromatic Colors of #2AAC56
Black with #2AAC56
Text Example
Text Example
White with #2AAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC56; }
p { color: rgb(42,172,86); }
H1.HeaderClassName
{
color: #2AAC56;
}
.AnyTagClassName
{
color: #2AAC56;
}
</style>
background-color css
<style>
a { background-color: #2AAC56; }
a { background-color: rgb(42,172,86); }
div.DivClassName
{
background-color: #2AAC56;
}
.BgClassName
{
background-color: #2AAC56;
}
</style>
border-color css
<style>
span { border-color: #2AAC56; }
span { border-color: rgb(42,172,86); }
td.TdClassName
{
border-color: #2AAC56;
}
.TagClassName
{
border-color: #2AAC56;
}
</style>