Shades of Eucalyptus #2D9658
Tints of Eucalyptus #2D9658
RGB
CMYK
RGB Variations
Color information
#2D9658 (or 0x2D9658) is known color: Eucalyptus. HEX triplet: 2D, 96 and 58. RGB value is (45,150,88). Sum of RGB (Red+Green+Blue) = 45+150+88=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9658 is #D269A7. Grayscale: #6F6F6F. Windows color (decimal): -13789608 or 5805613. OLE color: 5805613.
HSL color Cylindrical-coordinate representation of color #2D9658: hue angle of 144.57º 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 #2D9658 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 150 | 88 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.41 |
| HSL | 144.57º | 0.54% | 0.38% | - |
| HSV(B) | 144.57º | 0.7% | 0.59% | - |
| XYZ | 13.75 | 23.08 | 12.96 | - |
| YUV | 111.54 | 114.71 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 88 | 0.70 | 0 | 0.41 | 0.41 | 144.57 | 0.54 | 0.38 |
| Hex | 2D | 96 | 58 | 46 | 0 | 29 | 29 | 91 | 36 | 26 |
| Octal | 55 | 226 | 130 | 106 | 0 | 51 | 51 | 221 | 66 | 46 |
| Binary | 101101 | 10010110 | 1011000 | 1000110 | 0 | 101001 | 101001 | 10010001 | 110110 | 100110 |
Color Harmonies of #2D9658
Complementary color
Monochromatic Colors of #2D9658
Black with #2D9658
Text Example
Text Example
White with #2D9658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9658; }
p { color: rgb(45,150,88); }
H1.HeaderClassName
{
color: #2D9658;
}
.AnyTagClassName
{
color: #2D9658;
}
</style>
background-color css
<style>
a { background-color: #2D9658; }
a { background-color: rgb(45,150,88); }
div.DivClassName
{
background-color: #2D9658;
}
.BgClassName
{
background-color: #2D9658;
}
</style>
border-color css
<style>
span { border-color: #2D9658; }
span { border-color: rgb(45,150,88); }
td.TdClassName
{
border-color: #2D9658;
}
.TagClassName
{
border-color: #2D9658;
}
</style>