Shades of Eucalyptus #2AAC64
Tints of Eucalyptus #2AAC64
RGB
CMYK
RGB Variations
Color information
#2AAC64 (or 0x2AAC64) is known color: Eucalyptus. HEX triplet: 2A, AC and 64. RGB value is (42,172,100). Sum of RGB (Red+Green+Blue) = 42+172+100=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC64 is #D5539B. Grayscale: #7D7D7D. Windows color (decimal): -13980572 or 6597674. OLE color: 6597674.
HSL color Cylindrical-coordinate representation of color #2AAC64: hue angle of 146.77º 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 #2AAC64 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 100 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.33 |
| HSL | 146.77º | 0.61% | 0.42% | - |
| HSV(B) | 146.77º | 0.76% | 0.67% | - |
| XYZ | 18.01 | 30.92 | 17.08 | - |
| YUV | 124.92 | 113.93 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 100 | 0.76 | 0 | 0.42 | 0.33 | 146.77 | 0.61 | 0.42 |
| Hex | 2A | AC | 64 | 4C | 0 | 2A | 21 | 93 | 3D | 2A |
| Octal | 52 | 254 | 144 | 114 | 0 | 52 | 41 | 223 | 75 | 52 |
| Binary | 101010 | 10101100 | 1100100 | 1001100 | 0 | 101010 | 100001 | 10010011 | 111101 | 101010 |
Color Harmonies of #2AAC64
Complementary color
Monochromatic Colors of #2AAC64
Black with #2AAC64
Text Example
Text Example
White with #2AAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC64; }
p { color: rgb(42,172,100); }
H1.HeaderClassName
{
color: #2AAC64;
}
.AnyTagClassName
{
color: #2AAC64;
}
</style>
background-color css
<style>
a { background-color: #2AAC64; }
a { background-color: rgb(42,172,100); }
div.DivClassName
{
background-color: #2AAC64;
}
.BgClassName
{
background-color: #2AAC64;
}
</style>
border-color css
<style>
span { border-color: #2AAC64; }
span { border-color: rgb(42,172,100); }
td.TdClassName
{
border-color: #2AAC64;
}
.TagClassName
{
border-color: #2AAC64;
}
</style>