Shades of Eucalyptus #2AA14F
Tints of Eucalyptus #2AA14F
RGB
CMYK
RGB Variations
Color information
#2AA14F (or 0x2AA14F) is known color: Eucalyptus. HEX triplet: 2A, A1 and 4F. RGB value is (42,161,79). Sum of RGB (Red+Green+Blue) = 42+161+79=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA14F is #D55EB0. Grayscale: #747474. Windows color (decimal): -13983409 or 5218602. OLE color: 5218602.
HSL color Cylindrical-coordinate representation of color #2AA14F: hue angle of 138.66º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA14F is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 79 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.37 |
| HSL | 138.66º | 0.59% | 0.4% | - |
| HSV(B) | 138.66º | 0.74% | 0.63% | - |
| XYZ | 15.11 | 26.55 | 11.72 | - |
| YUV | 116.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 79 | 0.74 | 0 | 0.51 | 0.37 | 138.66 | 0.59 | 0.4 |
| Hex | 2A | A1 | 4F | 4A | 0 | 33 | 25 | 8B | 3B | 28 |
| Octal | 52 | 241 | 117 | 112 | 0 | 63 | 45 | 213 | 73 | 50 |
| Binary | 101010 | 10100001 | 1001111 | 1001010 | 0 | 110011 | 100101 | 10001011 | 111011 | 101000 |
Color Harmonies of #2AA14F
Complementary color
Monochromatic Colors of #2AA14F
Black with #2AA14F
Text Example
Text Example
White with #2AA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA14F; }
p { color: rgb(42,161,79); }
H1.HeaderClassName
{
color: #2AA14F;
}
.AnyTagClassName
{
color: #2AA14F;
}
</style>
background-color css
<style>
a { background-color: #2AA14F; }
a { background-color: rgb(42,161,79); }
div.DivClassName
{
background-color: #2AA14F;
}
.BgClassName
{
background-color: #2AA14F;
}
</style>
border-color css
<style>
span { border-color: #2AA14F; }
span { border-color: rgb(42,161,79); }
td.TdClassName
{
border-color: #2AA14F;
}
.TagClassName
{
border-color: #2AA14F;
}
</style>