Shades of Eucalyptus #2DA072
Tints of Eucalyptus #2DA072
RGB
CMYK
RGB Variations
Color information
#2DA072 (or 0x2DA072) is known color: Eucalyptus. HEX triplet: 2D, A0 and 72. RGB value is (45,160,114). Sum of RGB (Red+Green+Blue) = 45+160+114=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA072 is #D25F8D. Grayscale: #787878. Windows color (decimal): -13787022 or 7512109. OLE color: 7512109.
HSL color Cylindrical-coordinate representation of color #2DA072: hue angle of 156º 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 #2DA072 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 114 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.37 |
| HSL | 156º | 0.56% | 0.4% | - |
| HSV(B) | 156º | 0.72% | 0.63% | - |
| XYZ | 16.69 | 26.91 | 20.23 | - |
| YUV | 120.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 114 | 0.72 | 0 | 0.29 | 0.37 | 156 | 0.56 | 0.4 |
| Hex | 2D | A0 | 72 | 48 | 0 | 1D | 25 | 9C | 38 | 28 |
| Octal | 55 | 240 | 162 | 110 | 0 | 35 | 45 | 234 | 70 | 50 |
| Binary | 101101 | 10100000 | 1110010 | 1001000 | 0 | 11101 | 100101 | 10011100 | 111000 | 101000 |
Color Harmonies of #2DA072
Complementary color
Monochromatic Colors of #2DA072
Black with #2DA072
Text Example
Text Example
White with #2DA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA072; }
p { color: rgb(45,160,114); }
H1.HeaderClassName
{
color: #2DA072;
}
.AnyTagClassName
{
color: #2DA072;
}
</style>
background-color css
<style>
a { background-color: #2DA072; }
a { background-color: rgb(45,160,114); }
div.DivClassName
{
background-color: #2DA072;
}
.BgClassName
{
background-color: #2DA072;
}
</style>
border-color css
<style>
span { border-color: #2DA072; }
span { border-color: rgb(45,160,114); }
td.TdClassName
{
border-color: #2DA072;
}
.TagClassName
{
border-color: #2DA072;
}
</style>