Shades of Eucalyptus #2AA360
Tints of Eucalyptus #2AA360
RGB
CMYK
RGB Variations
Color information
#2AA360 (or 0x2AA360) is known color: Eucalyptus. HEX triplet: 2A, A3 and 60. RGB value is (42,163,96). Sum of RGB (Red+Green+Blue) = 42+163+96=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA360 is #D55C9F. Grayscale: #777777. Windows color (decimal): -13982880 or 6333226. OLE color: 6333226.
HSL color Cylindrical-coordinate representation of color #2AA360: hue angle of 146.78º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA360 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 96 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.36 |
| HSL | 146.78º | 0.59% | 0.4% | - |
| HSV(B) | 146.78º | 0.74% | 0.64% | - |
| XYZ | 16.16 | 27.53 | 15.53 | - |
| YUV | 119.18 | 114.91 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 96 | 0.74 | 0 | 0.41 | 0.36 | 146.78 | 0.59 | 0.4 |
| Hex | 2A | A3 | 60 | 4A | 0 | 29 | 24 | 93 | 3B | 28 |
| Octal | 52 | 243 | 140 | 112 | 0 | 51 | 44 | 223 | 73 | 50 |
| Binary | 101010 | 10100011 | 1100000 | 1001010 | 0 | 101001 | 100100 | 10010011 | 111011 | 101000 |
Color Harmonies of #2AA360
Complementary color
Monochromatic Colors of #2AA360
Black with #2AA360
Text Example
Text Example
White with #2AA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA360; }
p { color: rgb(42,163,96); }
H1.HeaderClassName
{
color: #2AA360;
}
.AnyTagClassName
{
color: #2AA360;
}
</style>
background-color css
<style>
a { background-color: #2AA360; }
a { background-color: rgb(42,163,96); }
div.DivClassName
{
background-color: #2AA360;
}
.BgClassName
{
background-color: #2AA360;
}
</style>
border-color css
<style>
span { border-color: #2AA360; }
span { border-color: rgb(42,163,96); }
td.TdClassName
{
border-color: #2AA360;
}
.TagClassName
{
border-color: #2AA360;
}
</style>