Shades of Eucalyptus #2AAA55
Tints of Eucalyptus #2AAA55
RGB
CMYK
RGB Variations
Color information
#2AAA55 (or 0x2AAA55) is known color: Eucalyptus. HEX triplet: 2A, AA and 55. RGB value is (42,170,85). Sum of RGB (Red+Green+Blue) = 42+170+85=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA55 is #D555AA. Grayscale: #7A7A7A. Windows color (decimal): -13981099 or 5614122. OLE color: 5614122.
HSL color Cylindrical-coordinate representation of color #2AAA55: hue angle of 140.16º degrees, saturation: 0.6, 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 #2AAA55 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 85 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.33 |
| HSL | 140.16º | 0.6% | 0.42% | - |
| HSV(B) | 140.16º | 0.75% | 0.67% | - |
| XYZ | 16.97 | 29.9 | 13.47 | - |
| YUV | 122.04 | 107.09 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 85 | 0.75 | 0 | 0.50 | 0.33 | 140.16 | 0.6 | 0.42 |
| Hex | 2A | AA | 55 | 4B | 0 | 32 | 21 | 8C | 3C | 2A |
| Octal | 52 | 252 | 125 | 113 | 0 | 62 | 41 | 214 | 74 | 52 |
| Binary | 101010 | 10101010 | 1010101 | 1001011 | 0 | 110010 | 100001 | 10001100 | 111100 | 101010 |
Color Harmonies of #2AAA55
Complementary color
Monochromatic Colors of #2AAA55
Black with #2AAA55
Text Example
Text Example
White with #2AAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA55; }
p { color: rgb(42,170,85); }
H1.HeaderClassName
{
color: #2AAA55;
}
.AnyTagClassName
{
color: #2AAA55;
}
</style>
background-color css
<style>
a { background-color: #2AAA55; }
a { background-color: rgb(42,170,85); }
div.DivClassName
{
background-color: #2AAA55;
}
.BgClassName
{
background-color: #2AAA55;
}
</style>
border-color css
<style>
span { border-color: #2AAA55; }
span { border-color: rgb(42,170,85); }
td.TdClassName
{
border-color: #2AAA55;
}
.TagClassName
{
border-color: #2AAA55;
}
</style>