Shades of Eucalyptus #2DA36F
Tints of Eucalyptus #2DA36F
RGB
CMYK
RGB Variations
Color information
#2DA36F (or 0x2DA36F) is known color: Eucalyptus. HEX triplet: 2D, A3 and 6F. RGB value is (45,163,111). Sum of RGB (Red+Green+Blue) = 45+163+111=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA36F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA36F is #D25C90. Grayscale: #797979. Windows color (decimal): -13786257 or 7316269. OLE color: 7316269.
HSL color Cylindrical-coordinate representation of color #2DA36F: hue angle of 153.56º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA36F is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 111 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.36 |
| HSL | 153.56º | 0.57% | 0.41% | - |
| HSV(B) | 153.56º | 0.72% | 0.64% | - |
| XYZ | 17.05 | 27.9 | 19.53 | - |
| YUV | 121.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 111 | 0.72 | 0 | 0.32 | 0.36 | 153.56 | 0.57 | 0.41 |
| Hex | 2D | A3 | 6F | 48 | 0 | 20 | 24 | 9A | 39 | 29 |
| Octal | 55 | 243 | 157 | 110 | 0 | 40 | 44 | 232 | 71 | 51 |
| Binary | 101101 | 10100011 | 1101111 | 1001000 | 0 | 100000 | 100100 | 10011010 | 111001 | 101001 |
Color Harmonies of #2DA36F
Complementary color
Monochromatic Colors of #2DA36F
Black with #2DA36F
Text Example
Text Example
White with #2DA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA36F; }
p { color: rgb(45,163,111); }
H1.HeaderClassName
{
color: #2DA36F;
}
.AnyTagClassName
{
color: #2DA36F;
}
</style>
background-color css
<style>
a { background-color: #2DA36F; }
a { background-color: rgb(45,163,111); }
div.DivClassName
{
background-color: #2DA36F;
}
.BgClassName
{
background-color: #2DA36F;
}
</style>
border-color css
<style>
span { border-color: #2DA36F; }
span { border-color: rgb(45,163,111); }
td.TdClassName
{
border-color: #2DA36F;
}
.TagClassName
{
border-color: #2DA36F;
}
</style>