Shades of Eucalyptus #2DA355
Tints of Eucalyptus #2DA355
RGB
CMYK
RGB Variations
Color information
#2DA355 (or 0x2DA355) is known color: Eucalyptus. HEX triplet: 2D, A3 and 55. RGB value is (45,163,85). Sum of RGB (Red+Green+Blue) = 45+163+85=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA355 is #D25CAA. Grayscale: #777777. Windows color (decimal): -13786283 or 5612333. OLE color: 5612333.
HSL color Cylindrical-coordinate representation of color #2DA355: hue angle of 140.34º 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 #2DA355 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 85 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.36 |
| HSL | 140.34º | 0.57% | 0.41% | - |
| HSV(B) | 140.34º | 0.72% | 0.64% | - |
| XYZ | 15.82 | 27.41 | 13.05 | - |
| YUV | 118.83 | 108.91 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 85 | 0.72 | 0 | 0.48 | 0.36 | 140.34 | 0.57 | 0.41 |
| Hex | 2D | A3 | 55 | 48 | 0 | 30 | 24 | 8C | 39 | 29 |
| Octal | 55 | 243 | 125 | 110 | 0 | 60 | 44 | 214 | 71 | 51 |
| Binary | 101101 | 10100011 | 1010101 | 1001000 | 0 | 110000 | 100100 | 10001100 | 111001 | 101001 |
Color Harmonies of #2DA355
Complementary color
Monochromatic Colors of #2DA355
Black with #2DA355
Text Example
Text Example
White with #2DA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA355; }
p { color: rgb(45,163,85); }
H1.HeaderClassName
{
color: #2DA355;
}
.AnyTagClassName
{
color: #2DA355;
}
</style>
background-color css
<style>
a { background-color: #2DA355; }
a { background-color: rgb(45,163,85); }
div.DivClassName
{
background-color: #2DA355;
}
.BgClassName
{
background-color: #2DA355;
}
</style>
border-color css
<style>
span { border-color: #2DA355; }
span { border-color: rgb(45,163,85); }
td.TdClassName
{
border-color: #2DA355;
}
.TagClassName
{
border-color: #2DA355;
}
</style>