Shades of Eucalyptus #2DA758
Tints of Eucalyptus #2DA758
RGB
CMYK
RGB Variations
Color information
#2DA758 (or 0x2DA758) is known color: Eucalyptus. HEX triplet: 2D, A7 and 58. RGB value is (45,167,88). Sum of RGB (Red+Green+Blue) = 45+167+88=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA758 is #D258A7. Grayscale: #797979. Windows color (decimal): -13785256 or 5809965. OLE color: 5809965.
HSL color Cylindrical-coordinate representation of color #2DA758: hue angle of 141.15º 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 #2DA758 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 88 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.35 |
| HSL | 141.15º | 0.58% | 0.42% | - |
| HSV(B) | 141.15º | 0.73% | 0.65% | - |
| XYZ | 16.66 | 28.9 | 13.93 | - |
| YUV | 121.52 | 109.08 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 88 | 0.73 | 0 | 0.47 | 0.35 | 141.15 | 0.58 | 0.42 |
| Hex | 2D | A7 | 58 | 49 | 0 | 2F | 23 | 8D | 3A | 2A |
| Octal | 55 | 247 | 130 | 111 | 0 | 57 | 43 | 215 | 72 | 52 |
| Binary | 101101 | 10100111 | 1011000 | 1001001 | 0 | 101111 | 100011 | 10001101 | 111010 | 101010 |
Color Harmonies of #2DA758
Complementary color
Monochromatic Colors of #2DA758
Black with #2DA758
Text Example
Text Example
White with #2DA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA758; }
p { color: rgb(45,167,88); }
H1.HeaderClassName
{
color: #2DA758;
}
.AnyTagClassName
{
color: #2DA758;
}
</style>
background-color css
<style>
a { background-color: #2DA758; }
a { background-color: rgb(45,167,88); }
div.DivClassName
{
background-color: #2DA758;
}
.BgClassName
{
background-color: #2DA758;
}
</style>
border-color css
<style>
span { border-color: #2DA758; }
span { border-color: rgb(45,167,88); }
td.TdClassName
{
border-color: #2DA758;
}
.TagClassName
{
border-color: #2DA758;
}
</style>