Shades of Eucalyptus #2DA45F
Tints of Eucalyptus #2DA45F
RGB
CMYK
RGB Variations
Color information
#2DA45F (or 0x2DA45F) is known color: Eucalyptus. HEX triplet: 2D, A4 and 5F. RGB value is (45,164,95). Sum of RGB (Red+Green+Blue) = 45+164+95=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA45F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA45F is #D25BA0. Grayscale: #787878. Windows color (decimal): -13786017 or 6267949. OLE color: 6267949.
HSL color Cylindrical-coordinate representation of color #2DA45F: hue angle of 145.21º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA45F is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 95 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.36 |
| HSL | 145.21º | 0.57% | 0.41% | - |
| HSV(B) | 145.21º | 0.73% | 0.64% | - |
| XYZ | 16.42 | 27.94 | 15.35 | - |
| YUV | 120.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 95 | 0.73 | 0 | 0.42 | 0.36 | 145.21 | 0.57 | 0.41 |
| Hex | 2D | A4 | 5F | 49 | 0 | 2A | 24 | 91 | 39 | 29 |
| Octal | 55 | 244 | 137 | 111 | 0 | 52 | 44 | 221 | 71 | 51 |
| Binary | 101101 | 10100100 | 1011111 | 1001001 | 0 | 101010 | 100100 | 10010001 | 111001 | 101001 |
Color Harmonies of #2DA45F
Complementary color
Monochromatic Colors of #2DA45F
Black with #2DA45F
Text Example
Text Example
White with #2DA45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA45F; }
p { color: rgb(45,164,95); }
H1.HeaderClassName
{
color: #2DA45F;
}
.AnyTagClassName
{
color: #2DA45F;
}
</style>
background-color css
<style>
a { background-color: #2DA45F; }
a { background-color: rgb(45,164,95); }
div.DivClassName
{
background-color: #2DA45F;
}
.BgClassName
{
background-color: #2DA45F;
}
</style>
border-color css
<style>
span { border-color: #2DA45F; }
span { border-color: rgb(45,164,95); }
td.TdClassName
{
border-color: #2DA45F;
}
.TagClassName
{
border-color: #2DA45F;
}
</style>