Shades of Eucalyptus #2D9E60
Tints of Eucalyptus #2D9E60
RGB
CMYK
RGB Variations
Color information
#2D9E60 (or 0x2D9E60) is known color: Eucalyptus. HEX triplet: 2D, 9E and 60. RGB value is (45,158,96). Sum of RGB (Red+Green+Blue) = 45+158+96=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9E60 is #D2619F. Grayscale: #757575. Windows color (decimal): -13787552 or 6331949. OLE color: 6331949.
HSL color Cylindrical-coordinate representation of color #2D9E60: hue angle of 147.08º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E60 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 96 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.38 |
| HSL | 147.08º | 0.56% | 0.4% | - |
| HSV(B) | 147.08º | 0.72% | 0.62% | - |
| XYZ | 15.42 | 25.86 | 15.24 | - |
| YUV | 117.15 | 116.06 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 96 | 0.72 | 0 | 0.39 | 0.38 | 147.08 | 0.56 | 0.4 |
| Hex | 2D | 9E | 60 | 48 | 0 | 27 | 26 | 93 | 38 | 28 |
| Octal | 55 | 236 | 140 | 110 | 0 | 47 | 46 | 223 | 70 | 50 |
| Binary | 101101 | 10011110 | 1100000 | 1001000 | 0 | 100111 | 100110 | 10010011 | 111000 | 101000 |
Color Harmonies of #2D9E60
Complementary color
Monochromatic Colors of #2D9E60
Black with #2D9E60
Text Example
Text Example
White with #2D9E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E60; }
p { color: rgb(45,158,96); }
H1.HeaderClassName
{
color: #2D9E60;
}
.AnyTagClassName
{
color: #2D9E60;
}
</style>
background-color css
<style>
a { background-color: #2D9E60; }
a { background-color: rgb(45,158,96); }
div.DivClassName
{
background-color: #2D9E60;
}
.BgClassName
{
background-color: #2D9E60;
}
</style>
border-color css
<style>
span { border-color: #2D9E60; }
span { border-color: rgb(45,158,96); }
td.TdClassName
{
border-color: #2D9E60;
}
.TagClassName
{
border-color: #2D9E60;
}
</style>