Shades of Eucalyptus #2DA557
Tints of Eucalyptus #2DA557
RGB
CMYK
RGB Variations
Color information
#2DA557 (or 0x2DA557) is known color: Eucalyptus. HEX triplet: 2D, A5 and 57. RGB value is (45,165,87). Sum of RGB (Red+Green+Blue) = 45+165+87=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA557 is #D25AA8. Grayscale: #787878. Windows color (decimal): -13785769 or 5743917. OLE color: 5743917.
HSL color Cylindrical-coordinate representation of color #2DA557: hue angle of 141º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA557 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 87 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.35 |
| HSL | 141º | 0.57% | 0.41% | - |
| HSV(B) | 141º | 0.73% | 0.65% | - |
| XYZ | 16.26 | 28.16 | 13.59 | - |
| YUV | 120.23 | 109.24 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 87 | 0.73 | 0 | 0.47 | 0.35 | 141 | 0.57 | 0.41 |
| Hex | 2D | A5 | 57 | 49 | 0 | 2F | 23 | 8D | 39 | 29 |
| Octal | 55 | 245 | 127 | 111 | 0 | 57 | 43 | 215 | 71 | 51 |
| Binary | 101101 | 10100101 | 1010111 | 1001001 | 0 | 101111 | 100011 | 10001101 | 111001 | 101001 |
Color Harmonies of #2DA557
Complementary color
Monochromatic Colors of #2DA557
Black with #2DA557
Text Example
Text Example
White with #2DA557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA557; }
p { color: rgb(45,165,87); }
H1.HeaderClassName
{
color: #2DA557;
}
.AnyTagClassName
{
color: #2DA557;
}
</style>
background-color css
<style>
a { background-color: #2DA557; }
a { background-color: rgb(45,165,87); }
div.DivClassName
{
background-color: #2DA557;
}
.BgClassName
{
background-color: #2DA557;
}
</style>
border-color css
<style>
span { border-color: #2DA557; }
span { border-color: rgb(45,165,87); }
td.TdClassName
{
border-color: #2DA557;
}
.TagClassName
{
border-color: #2DA557;
}
</style>