Shades of Eucalyptus #2AA961
Tints of Eucalyptus #2AA961
RGB
CMYK
RGB Variations
Color information
#2AA961 (or 0x2AA961) is known color: Eucalyptus. HEX triplet: 2A, A9 and 61. RGB value is (42,169,97). Sum of RGB (Red+Green+Blue) = 42+169+97=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA961 is #D5569E. Grayscale: #7A7A7A. Windows color (decimal): -13981343 or 6400298. OLE color: 6400298.
HSL color Cylindrical-coordinate representation of color #2AA961: hue angle of 145.98º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA961 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 169 | 97 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.34 |
| HSL | 145.98º | 0.6% | 0.41% | - |
| HSV(B) | 145.98º | 0.75% | 0.66% | - |
| XYZ | 17.3 | 29.73 | 16.14 | - |
| YUV | 122.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 169 | 97 | 0.75 | 0 | 0.43 | 0.34 | 145.98 | 0.6 | 0.41 |
| Hex | 2A | A9 | 61 | 4B | 0 | 2B | 22 | 92 | 3C | 29 |
| Octal | 52 | 251 | 141 | 113 | 0 | 53 | 42 | 222 | 74 | 51 |
| Binary | 101010 | 10101001 | 1100001 | 1001011 | 0 | 101011 | 100010 | 10010010 | 111100 | 101001 |
Color Harmonies of #2AA961
Complementary color
Monochromatic Colors of #2AA961
Black with #2AA961
Text Example
Text Example
White with #2AA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA961; }
p { color: rgb(42,169,97); }
H1.HeaderClassName
{
color: #2AA961;
}
.AnyTagClassName
{
color: #2AA961;
}
</style>
background-color css
<style>
a { background-color: #2AA961; }
a { background-color: rgb(42,169,97); }
div.DivClassName
{
background-color: #2AA961;
}
.BgClassName
{
background-color: #2AA961;
}
</style>
border-color css
<style>
span { border-color: #2AA961; }
span { border-color: rgb(42,169,97); }
td.TdClassName
{
border-color: #2AA961;
}
.TagClassName
{
border-color: #2AA961;
}
</style>