Shades of Eucalyptus #2AAB63
Tints of Eucalyptus #2AAB63
RGB
CMYK
RGB Variations
Color information
#2AAB63 (or 0x2AAB63) is known color: Eucalyptus. HEX triplet: 2A, AB and 63. RGB value is (42,171,99). Sum of RGB (Red+Green+Blue) = 42+171+99=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB63 is #D5549C. Grayscale: #7C7C7C. Windows color (decimal): -13980829 or 6531882. OLE color: 6531882.
HSL color Cylindrical-coordinate representation of color #2AAB63: hue angle of 146.51º 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 #2AAB63 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 99 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.33 |
| HSL | 146.51º | 0.61% | 0.42% | - |
| HSV(B) | 146.51º | 0.75% | 0.67% | - |
| XYZ | 17.77 | 30.52 | 16.76 | - |
| YUV | 124.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 99 | 0.75 | 0 | 0.42 | 0.33 | 146.51 | 0.61 | 0.42 |
| Hex | 2A | AB | 63 | 4B | 0 | 2A | 21 | 93 | 3D | 2A |
| Octal | 52 | 253 | 143 | 113 | 0 | 52 | 41 | 223 | 75 | 52 |
| Binary | 101010 | 10101011 | 1100011 | 1001011 | 0 | 101010 | 100001 | 10010011 | 111101 | 101010 |
Color Harmonies of #2AAB63
Complementary color
Monochromatic Colors of #2AAB63
Black with #2AAB63
Text Example
Text Example
White with #2AAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB63; }
p { color: rgb(42,171,99); }
H1.HeaderClassName
{
color: #2AAB63;
}
.AnyTagClassName
{
color: #2AAB63;
}
</style>
background-color css
<style>
a { background-color: #2AAB63; }
a { background-color: rgb(42,171,99); }
div.DivClassName
{
background-color: #2AAB63;
}
.BgClassName
{
background-color: #2AAB63;
}
</style>
border-color css
<style>
span { border-color: #2AAB63; }
span { border-color: rgb(42,171,99); }
td.TdClassName
{
border-color: #2AAB63;
}
.TagClassName
{
border-color: #2AAB63;
}
</style>