Shades of Eucalyptus #2DA158
Tints of Eucalyptus #2DA158
RGB
CMYK
RGB Variations
Color information
#2DA158 (or 0x2DA158) is known color: Eucalyptus. HEX triplet: 2D, A1 and 58. RGB value is (45,161,88). Sum of RGB (Red+Green+Blue) = 45+161+88=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA158 is #D25EA7. Grayscale: #767676. Windows color (decimal): -13786792 or 5808429. OLE color: 5808429.
HSL color Cylindrical-coordinate representation of color #2DA158: hue angle of 142.24º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA158 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 161 | 88 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.37 |
| HSL | 142.24º | 0.56% | 0.4% | - |
| HSV(B) | 142.24º | 0.72% | 0.63% | - |
| XYZ | 15.59 | 26.75 | 13.57 | - |
| YUV | 117.99 | 111.07 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 88 | 0.72 | 0 | 0.45 | 0.37 | 142.24 | 0.56 | 0.4 |
| Hex | 2D | A1 | 58 | 48 | 0 | 2D | 25 | 8E | 38 | 28 |
| Octal | 55 | 241 | 130 | 110 | 0 | 55 | 45 | 216 | 70 | 50 |
| Binary | 101101 | 10100001 | 1011000 | 1001000 | 0 | 101101 | 100101 | 10001110 | 111000 | 101000 |
Color Harmonies of #2DA158
Complementary color
Monochromatic Colors of #2DA158
Black with #2DA158
Text Example
Text Example
White with #2DA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA158; }
p { color: rgb(45,161,88); }
H1.HeaderClassName
{
color: #2DA158;
}
.AnyTagClassName
{
color: #2DA158;
}
</style>
background-color css
<style>
a { background-color: #2DA158; }
a { background-color: rgb(45,161,88); }
div.DivClassName
{
background-color: #2DA158;
}
.BgClassName
{
background-color: #2DA158;
}
</style>
border-color css
<style>
span { border-color: #2DA158; }
span { border-color: rgb(45,161,88); }
td.TdClassName
{
border-color: #2DA158;
}
.TagClassName
{
border-color: #2DA158;
}
</style>