Shades of Eucalyptus #2DA35D
Tints of Eucalyptus #2DA35D
RGB
CMYK
RGB Variations
Color information
#2DA35D (or 0x2DA35D) is known color: Eucalyptus. HEX triplet: 2D, A3 and 5D. RGB value is (45,163,93). Sum of RGB (Red+Green+Blue) = 45+163+93=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA35D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA35D is #D25CA2. Grayscale: #777777. Windows color (decimal): -13786275 or 6136621. OLE color: 6136621.
HSL color Cylindrical-coordinate representation of color #2DA35D: hue angle of 144.41º 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 #2DA35D is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 93 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.36 |
| HSL | 144.41º | 0.57% | 0.41% | - |
| HSV(B) | 144.41º | 0.72% | 0.64% | - |
| XYZ | 16.16 | 27.54 | 14.82 | - |
| YUV | 119.74 | 112.91 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 93 | 0.72 | 0 | 0.43 | 0.36 | 144.41 | 0.57 | 0.41 |
| Hex | 2D | A3 | 5D | 48 | 0 | 2B | 24 | 90 | 39 | 29 |
| Octal | 55 | 243 | 135 | 110 | 0 | 53 | 44 | 220 | 71 | 51 |
| Binary | 101101 | 10100011 | 1011101 | 1001000 | 0 | 101011 | 100100 | 10010000 | 111001 | 101001 |
Color Harmonies of #2DA35D
Complementary color
Monochromatic Colors of #2DA35D
Black with #2DA35D
Text Example
Text Example
White with #2DA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA35D; }
p { color: rgb(45,163,93); }
H1.HeaderClassName
{
color: #2DA35D;
}
.AnyTagClassName
{
color: #2DA35D;
}
</style>
background-color css
<style>
a { background-color: #2DA35D; }
a { background-color: rgb(45,163,93); }
div.DivClassName
{
background-color: #2DA35D;
}
.BgClassName
{
background-color: #2DA35D;
}
</style>
border-color css
<style>
span { border-color: #2DA35D; }
span { border-color: rgb(45,163,93); }
td.TdClassName
{
border-color: #2DA35D;
}
.TagClassName
{
border-color: #2DA35D;
}
</style>