Shades of Eucalyptus #2AA661
Tints of Eucalyptus #2AA661
RGB
CMYK
RGB Variations
Color information
#2AA661 (or 0x2AA661) is known color: Eucalyptus. HEX triplet: 2A, A6 and 61. RGB value is (42,166,97). Sum of RGB (Red+Green+Blue) = 42+166+97=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA661 is #D5599E. Grayscale: #797979. Windows color (decimal): -13982111 or 6399530. OLE color: 6399530.
HSL color Cylindrical-coordinate representation of color #2AA661: hue angle of 146.61º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA661 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 97 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.35 |
| HSL | 146.61º | 0.6% | 0.41% | - |
| HSV(B) | 146.61º | 0.75% | 0.65% | - |
| XYZ | 16.75 | 28.63 | 15.95 | - |
| YUV | 121.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 97 | 0.75 | 0 | 0.42 | 0.35 | 146.61 | 0.6 | 0.41 |
| Hex | 2A | A6 | 61 | 4B | 0 | 2A | 23 | 93 | 3C | 29 |
| Octal | 52 | 246 | 141 | 113 | 0 | 52 | 43 | 223 | 74 | 51 |
| Binary | 101010 | 10100110 | 1100001 | 1001011 | 0 | 101010 | 100011 | 10010011 | 111100 | 101001 |
Color Harmonies of #2AA661
Complementary color
Monochromatic Colors of #2AA661
Black with #2AA661
Text Example
Text Example
White with #2AA661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA661; }
p { color: rgb(42,166,97); }
H1.HeaderClassName
{
color: #2AA661;
}
.AnyTagClassName
{
color: #2AA661;
}
</style>
background-color css
<style>
a { background-color: #2AA661; }
a { background-color: rgb(42,166,97); }
div.DivClassName
{
background-color: #2AA661;
}
.BgClassName
{
background-color: #2AA661;
}
</style>
border-color css
<style>
span { border-color: #2AA661; }
span { border-color: rgb(42,166,97); }
td.TdClassName
{
border-color: #2AA661;
}
.TagClassName
{
border-color: #2AA661;
}
</style>