Shades of Eucalyptus #2D9659
Tints of Eucalyptus #2D9659
RGB
CMYK
RGB Variations
Color information
#2D9659 (or 0x2D9659) is known color: Eucalyptus. HEX triplet: 2D, 96 and 59. RGB value is (45,150,89). Sum of RGB (Red+Green+Blue) = 45+150+89=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9659 is #D269A6. Grayscale: #6F6F6F. Windows color (decimal): -13789607 or 5871149. OLE color: 5871149.
HSL color Cylindrical-coordinate representation of color #2D9659: hue angle of 145.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9659 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 150 | 89 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.41 |
| HSL | 145.14º | 0.54% | 0.38% | - |
| HSV(B) | 145.14º | 0.7% | 0.59% | - |
| XYZ | 13.79 | 23.09 | 13.18 | - |
| YUV | 111.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 89 | 0.70 | 0 | 0.41 | 0.41 | 145.14 | 0.54 | 0.38 |
| Hex | 2D | 96 | 59 | 46 | 0 | 29 | 29 | 91 | 36 | 26 |
| Octal | 55 | 226 | 131 | 106 | 0 | 51 | 51 | 221 | 66 | 46 |
| Binary | 101101 | 10010110 | 1011001 | 1000110 | 0 | 101001 | 101001 | 10010001 | 110110 | 100110 |
Color Harmonies of #2D9659
Complementary color
Monochromatic Colors of #2D9659
Black with #2D9659
Text Example
Text Example
White with #2D9659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9659; }
p { color: rgb(45,150,89); }
H1.HeaderClassName
{
color: #2D9659;
}
.AnyTagClassName
{
color: #2D9659;
}
</style>
background-color css
<style>
a { background-color: #2D9659; }
a { background-color: rgb(45,150,89); }
div.DivClassName
{
background-color: #2D9659;
}
.BgClassName
{
background-color: #2D9659;
}
</style>
border-color css
<style>
span { border-color: #2D9659; }
span { border-color: rgb(45,150,89); }
td.TdClassName
{
border-color: #2D9659;
}
.TagClassName
{
border-color: #2D9659;
}
</style>