Shades of Eucalyptus #2DA05F
Tints of Eucalyptus #2DA05F
RGB
CMYK
RGB Variations
Color information
#2DA05F (or 0x2DA05F) is known color: Eucalyptus. HEX triplet: 2D, A0 and 5F. RGB value is (45,160,95). Sum of RGB (Red+Green+Blue) = 45+160+95=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA05F is #D25FA0. Grayscale: #767676. Windows color (decimal): -13787041 or 6266925. OLE color: 6266925.
HSL color Cylindrical-coordinate representation of color #2DA05F: hue angle of 146.09º 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 #2DA05F is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 95 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.37 |
| HSL | 146.09º | 0.56% | 0.4% | - |
| HSV(B) | 146.09º | 0.72% | 0.63% | - |
| XYZ | 15.72 | 26.53 | 15.12 | - |
| YUV | 118.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 95 | 0.72 | 0 | 0.41 | 0.37 | 146.09 | 0.56 | 0.4 |
| Hex | 2D | A0 | 5F | 48 | 0 | 29 | 25 | 92 | 38 | 28 |
| Octal | 55 | 240 | 137 | 110 | 0 | 51 | 45 | 222 | 70 | 50 |
| Binary | 101101 | 10100000 | 1011111 | 1001000 | 0 | 101001 | 100101 | 10010010 | 111000 | 101000 |
Color Harmonies of #2DA05F
Complementary color
Monochromatic Colors of #2DA05F
Black with #2DA05F
Text Example
Text Example
White with #2DA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA05F; }
p { color: rgb(45,160,95); }
H1.HeaderClassName
{
color: #2DA05F;
}
.AnyTagClassName
{
color: #2DA05F;
}
</style>
background-color css
<style>
a { background-color: #2DA05F; }
a { background-color: rgb(45,160,95); }
div.DivClassName
{
background-color: #2DA05F;
}
.BgClassName
{
background-color: #2DA05F;
}
</style>
border-color css
<style>
span { border-color: #2DA05F; }
span { border-color: rgb(45,160,95); }
td.TdClassName
{
border-color: #2DA05F;
}
.TagClassName
{
border-color: #2DA05F;
}
</style>