Shades of Eucalyptus #2AA25F
Tints of Eucalyptus #2AA25F
RGB
CMYK
RGB Variations
Color information
#2AA25F (or 0x2AA25F) is known color: Eucalyptus. HEX triplet: 2A, A2 and 5F. RGB value is (42,162,95). Sum of RGB (Red+Green+Blue) = 42+162+95=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA25F is #D55DA0. Grayscale: #767676. Windows color (decimal): -13983137 or 6267434. OLE color: 6267434.
HSL color Cylindrical-coordinate representation of color #2AA25F: hue angle of 146.5º 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 #2AA25F is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 95 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.36 |
| HSL | 146.5º | 0.59% | 0.4% | - |
| HSV(B) | 146.5º | 0.74% | 0.64% | - |
| XYZ | 15.94 | 27.16 | 15.23 | - |
| YUV | 118.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 95 | 0.74 | 0 | 0.41 | 0.36 | 146.5 | 0.59 | 0.4 |
| Hex | 2A | A2 | 5F | 4A | 0 | 29 | 24 | 92 | 3B | 28 |
| Octal | 52 | 242 | 137 | 112 | 0 | 51 | 44 | 222 | 73 | 50 |
| Binary | 101010 | 10100010 | 1011111 | 1001010 | 0 | 101001 | 100100 | 10010010 | 111011 | 101000 |
Color Harmonies of #2AA25F
Complementary color
Monochromatic Colors of #2AA25F
Black with #2AA25F
Text Example
Text Example
White with #2AA25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA25F; }
p { color: rgb(42,162,95); }
H1.HeaderClassName
{
color: #2AA25F;
}
.AnyTagClassName
{
color: #2AA25F;
}
</style>
background-color css
<style>
a { background-color: #2AA25F; }
a { background-color: rgb(42,162,95); }
div.DivClassName
{
background-color: #2AA25F;
}
.BgClassName
{
background-color: #2AA25F;
}
</style>
border-color css
<style>
span { border-color: #2AA25F; }
span { border-color: rgb(42,162,95); }
td.TdClassName
{
border-color: #2AA25F;
}
.TagClassName
{
border-color: #2AA25F;
}
</style>