Shades of Eucalyptus #2DA75A
Tints of Eucalyptus #2DA75A
RGB
CMYK
RGB Variations
Color information
#2DA75A (or 0x2DA75A) is known color: Eucalyptus. HEX triplet: 2D, A7 and 5A. RGB value is (45,167,90). Sum of RGB (Red+Green+Blue) = 45+167+90=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA75A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA75A is #D258A5. Grayscale: #797979. Windows color (decimal): -13785254 or 5941037. OLE color: 5941037.
HSL color Cylindrical-coordinate representation of color #2DA75A: hue angle of 142.13º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA75A is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 90 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.35 |
| HSL | 142.13º | 0.58% | 0.42% | - |
| HSV(B) | 142.13º | 0.73% | 0.65% | - |
| XYZ | 16.75 | 28.93 | 14.37 | - |
| YUV | 121.74 | 110.08 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 90 | 0.73 | 0 | 0.46 | 0.35 | 142.13 | 0.58 | 0.42 |
| Hex | 2D | A7 | 5A | 49 | 0 | 2E | 23 | 8E | 3A | 2A |
| Octal | 55 | 247 | 132 | 111 | 0 | 56 | 43 | 216 | 72 | 52 |
| Binary | 101101 | 10100111 | 1011010 | 1001001 | 0 | 101110 | 100011 | 10001110 | 111010 | 101010 |
Color Harmonies of #2DA75A
Complementary color
Monochromatic Colors of #2DA75A
Black with #2DA75A
Text Example
Text Example
White with #2DA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA75A; }
p { color: rgb(45,167,90); }
H1.HeaderClassName
{
color: #2DA75A;
}
.AnyTagClassName
{
color: #2DA75A;
}
</style>
background-color css
<style>
a { background-color: #2DA75A; }
a { background-color: rgb(45,167,90); }
div.DivClassName
{
background-color: #2DA75A;
}
.BgClassName
{
background-color: #2DA75A;
}
</style>
border-color css
<style>
span { border-color: #2DA75A; }
span { border-color: rgb(45,167,90); }
td.TdClassName
{
border-color: #2DA75A;
}
.TagClassName
{
border-color: #2DA75A;
}
</style>