Shades of Eucalyptus #2DA15E
Tints of Eucalyptus #2DA15E
RGB
CMYK
RGB Variations
Color information
#2DA15E (or 0x2DA15E) is known color: Eucalyptus. HEX triplet: 2D, A1 and 5E. RGB value is (45,161,94). Sum of RGB (Red+Green+Blue) = 45+161+94=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA15E is #D25EA1. Grayscale: #767676. Windows color (decimal): -13786786 or 6201645. OLE color: 6201645.
HSL color Cylindrical-coordinate representation of color #2DA15E: hue angle of 145.34º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA15E is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 161 | 94 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.37 |
| HSL | 145.34º | 0.56% | 0.4% | - |
| HSV(B) | 145.34º | 0.72% | 0.63% | - |
| XYZ | 15.85 | 26.86 | 14.94 | - |
| YUV | 118.68 | 114.07 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 94 | 0.72 | 0 | 0.42 | 0.37 | 145.34 | 0.56 | 0.4 |
| Hex | 2D | A1 | 5E | 48 | 0 | 2A | 25 | 91 | 38 | 28 |
| Octal | 55 | 241 | 136 | 110 | 0 | 52 | 45 | 221 | 70 | 50 |
| Binary | 101101 | 10100001 | 1011110 | 1001000 | 0 | 101010 | 100101 | 10010001 | 111000 | 101000 |
Color Harmonies of #2DA15E
Complementary color
Monochromatic Colors of #2DA15E
Black with #2DA15E
Text Example
Text Example
White with #2DA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA15E; }
p { color: rgb(45,161,94); }
H1.HeaderClassName
{
color: #2DA15E;
}
.AnyTagClassName
{
color: #2DA15E;
}
</style>
background-color css
<style>
a { background-color: #2DA15E; }
a { background-color: rgb(45,161,94); }
div.DivClassName
{
background-color: #2DA15E;
}
.BgClassName
{
background-color: #2DA15E;
}
</style>
border-color css
<style>
span { border-color: #2DA15E; }
span { border-color: rgb(45,161,94); }
td.TdClassName
{
border-color: #2DA15E;
}
.TagClassName
{
border-color: #2DA15E;
}
</style>