Shades of Eucalyptus #2DA35E
Tints of Eucalyptus #2DA35E
RGB
CMYK
RGB Variations
Color information
#2DA35E (or 0x2DA35E) is known color: Eucalyptus. HEX triplet: 2D, A3 and 5E. RGB value is (45,163,94). Sum of RGB (Red+Green+Blue) = 45+163+94=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 163 (64.06% from 255 or 53.97% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA35E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA35E is #D25CA1. Grayscale: #787878. Windows color (decimal): -13786274 or 6202157. OLE color: 6202157.
HSL color Cylindrical-coordinate representation of color #2DA35E: hue angle of 144.92º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA35E is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 94 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.36 |
| HSL | 144.92º | 0.57% | 0.41% | - |
| HSV(B) | 144.92º | 0.72% | 0.64% | - |
| XYZ | 16.2 | 27.56 | 15.06 | - |
| YUV | 119.85 | 113.41 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 94 | 0.72 | 0 | 0.42 | 0.36 | 144.92 | 0.57 | 0.41 |
| Hex | 2D | A3 | 5E | 48 | 0 | 2A | 24 | 91 | 39 | 29 |
| Octal | 55 | 243 | 136 | 110 | 0 | 52 | 44 | 221 | 71 | 51 |
| Binary | 101101 | 10100011 | 1011110 | 1001000 | 0 | 101010 | 100100 | 10010001 | 111001 | 101001 |
Color Harmonies of #2DA35E
Complementary color
Monochromatic Colors of #2DA35E
Black with #2DA35E
Text Example
Text Example
White with #2DA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA35E; }
p { color: rgb(45,163,94); }
H1.HeaderClassName
{
color: #2DA35E;
}
.AnyTagClassName
{
color: #2DA35E;
}
</style>
background-color css
<style>
a { background-color: #2DA35E; }
a { background-color: rgb(45,163,94); }
div.DivClassName
{
background-color: #2DA35E;
}
.BgClassName
{
background-color: #2DA35E;
}
</style>
border-color css
<style>
span { border-color: #2DA35E; }
span { border-color: rgb(45,163,94); }
td.TdClassName
{
border-color: #2DA35E;
}
.TagClassName
{
border-color: #2DA35E;
}
</style>