Shades of Eucalyptus #2DA658
Tints of Eucalyptus #2DA658
RGB
CMYK
RGB Variations
Color information
#2DA658 (or 0x2DA658) is known color: Eucalyptus. HEX triplet: 2D, A6 and 58. RGB value is (45,166,88). Sum of RGB (Red+Green+Blue) = 45+166+88=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA658 is #D259A7. Grayscale: #797979. Windows color (decimal): -13785512 or 5809709. OLE color: 5809709.
HSL color Cylindrical-coordinate representation of color #2DA658: hue angle of 141.32º 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 #2DA658 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 88 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.35 |
| HSL | 141.32º | 0.57% | 0.41% | - |
| HSV(B) | 141.32º | 0.73% | 0.65% | - |
| XYZ | 16.48 | 28.53 | 13.87 | - |
| YUV | 120.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 88 | 0.73 | 0 | 0.47 | 0.35 | 141.32 | 0.57 | 0.41 |
| Hex | 2D | A6 | 58 | 49 | 0 | 2F | 23 | 8D | 39 | 29 |
| Octal | 55 | 246 | 130 | 111 | 0 | 57 | 43 | 215 | 71 | 51 |
| Binary | 101101 | 10100110 | 1011000 | 1001001 | 0 | 101111 | 100011 | 10001101 | 111001 | 101001 |
Color Harmonies of #2DA658
Complementary color
Monochromatic Colors of #2DA658
Black with #2DA658
Text Example
Text Example
White with #2DA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA658; }
p { color: rgb(45,166,88); }
H1.HeaderClassName
{
color: #2DA658;
}
.AnyTagClassName
{
color: #2DA658;
}
</style>
background-color css
<style>
a { background-color: #2DA658; }
a { background-color: rgb(45,166,88); }
div.DivClassName
{
background-color: #2DA658;
}
.BgClassName
{
background-color: #2DA658;
}
</style>
border-color css
<style>
span { border-color: #2DA658; }
span { border-color: rgb(45,166,88); }
td.TdClassName
{
border-color: #2DA658;
}
.TagClassName
{
border-color: #2DA658;
}
</style>