Shades of Eucalyptus #2D985A
Tints of Eucalyptus #2D985A
RGB
CMYK
RGB Variations
Color information
#2D985A (or 0x2D985A) is known color: Eucalyptus. HEX triplet: 2D, 98 and 5A. RGB value is (45,152,90). Sum of RGB (Red+Green+Blue) = 45+152+90=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #2D985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D985A is #D267A5. Grayscale: #717171. Windows color (decimal): -13789094 or 5937197. OLE color: 5937197.
HSL color Cylindrical-coordinate representation of color #2D985A: hue angle of 145.23º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D985A is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 152 | 90 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.40 |
| HSL | 145.23º | 0.54% | 0.39% | - |
| HSV(B) | 145.23º | 0.7% | 0.6% | - |
| XYZ | 14.16 | 23.75 | 13.51 | - |
| YUV | 112.94 | 115.05 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 152 | 90 | 0.70 | 0 | 0.41 | 0.40 | 145.23 | 0.54 | 0.39 |
| Hex | 2D | 98 | 5A | 46 | 0 | 29 | 28 | 91 | 36 | 27 |
| Octal | 55 | 230 | 132 | 106 | 0 | 51 | 50 | 221 | 66 | 47 |
| Binary | 101101 | 10011000 | 1011010 | 1000110 | 0 | 101001 | 101000 | 10010001 | 110110 | 100111 |
Color Harmonies of #2D985A
Complementary color
Monochromatic Colors of #2D985A
Black with #2D985A
Text Example
Text Example
White with #2D985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D985A; }
p { color: rgb(45,152,90); }
H1.HeaderClassName
{
color: #2D985A;
}
.AnyTagClassName
{
color: #2D985A;
}
</style>
background-color css
<style>
a { background-color: #2D985A; }
a { background-color: rgb(45,152,90); }
div.DivClassName
{
background-color: #2D985A;
}
.BgClassName
{
background-color: #2D985A;
}
</style>
border-color css
<style>
span { border-color: #2D985A; }
span { border-color: rgb(45,152,90); }
td.TdClassName
{
border-color: #2D985A;
}
.TagClassName
{
border-color: #2D985A;
}
</style>