Shades of Eucalyptus #2AAB64
Tints of Eucalyptus #2AAB64
RGB
CMYK
RGB Variations
Color information
#2AAB64 (or 0x2AAB64) is known color: Eucalyptus. HEX triplet: 2A, AB and 64. RGB value is (42,171,100). Sum of RGB (Red+Green+Blue) = 42+171+100=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB64 is #D5549B. Grayscale: #7C7C7C. Windows color (decimal): -13980828 or 6597418. OLE color: 6597418.
HSL color Cylindrical-coordinate representation of color #2AAB64: hue angle of 146.98º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB64 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 100 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.33 |
| HSL | 146.98º | 0.61% | 0.42% | - |
| HSV(B) | 146.98º | 0.75% | 0.67% | - |
| XYZ | 17.82 | 30.54 | 17.01 | - |
| YUV | 124.34 | 114.26 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 100 | 0.75 | 0 | 0.42 | 0.33 | 146.98 | 0.61 | 0.42 |
| Hex | 2A | AB | 64 | 4B | 0 | 2A | 21 | 93 | 3D | 2A |
| Octal | 52 | 253 | 144 | 113 | 0 | 52 | 41 | 223 | 75 | 52 |
| Binary | 101010 | 10101011 | 1100100 | 1001011 | 0 | 101010 | 100001 | 10010011 | 111101 | 101010 |
Color Harmonies of #2AAB64
Complementary color
Monochromatic Colors of #2AAB64
Black with #2AAB64
Text Example
Text Example
White with #2AAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB64; }
p { color: rgb(42,171,100); }
H1.HeaderClassName
{
color: #2AAB64;
}
.AnyTagClassName
{
color: #2AAB64;
}
</style>
background-color css
<style>
a { background-color: #2AAB64; }
a { background-color: rgb(42,171,100); }
div.DivClassName
{
background-color: #2AAB64;
}
.BgClassName
{
background-color: #2AAB64;
}
</style>
border-color css
<style>
span { border-color: #2AAB64; }
span { border-color: rgb(42,171,100); }
td.TdClassName
{
border-color: #2AAB64;
}
.TagClassName
{
border-color: #2AAB64;
}
</style>