Shades of Eucalyptus #2DA46A
Tints of Eucalyptus #2DA46A
RGB
CMYK
RGB Variations
Color information
#2DA46A (or 0x2DA46A) is known color: Eucalyptus. HEX triplet: 2D, A4 and 6A. RGB value is (45,164,106). Sum of RGB (Red+Green+Blue) = 45+164+106=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA46A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA46A is #D25B95. Grayscale: #797979. Windows color (decimal): -13786006 or 6988845. OLE color: 6988845.
HSL color Cylindrical-coordinate representation of color #2DA46A: hue angle of 150.76º 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 #2DA46A is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 106 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.36 |
| HSL | 150.76º | 0.57% | 0.41% | - |
| HSV(B) | 150.76º | 0.73% | 0.64% | - |
| XYZ | 16.96 | 28.15 | 18.18 | - |
| YUV | 121.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 106 | 0.73 | 0 | 0.35 | 0.36 | 150.76 | 0.57 | 0.41 |
| Hex | 2D | A4 | 6A | 49 | 0 | 23 | 24 | 97 | 39 | 29 |
| Octal | 55 | 244 | 152 | 111 | 0 | 43 | 44 | 227 | 71 | 51 |
| Binary | 101101 | 10100100 | 1101010 | 1001001 | 0 | 100011 | 100100 | 10010111 | 111001 | 101001 |
Color Harmonies of #2DA46A
Complementary color
Monochromatic Colors of #2DA46A
Black with #2DA46A
Text Example
Text Example
White with #2DA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA46A; }
p { color: rgb(45,164,106); }
H1.HeaderClassName
{
color: #2DA46A;
}
.AnyTagClassName
{
color: #2DA46A;
}
</style>
background-color css
<style>
a { background-color: #2DA46A; }
a { background-color: rgb(45,164,106); }
div.DivClassName
{
background-color: #2DA46A;
}
.BgClassName
{
background-color: #2DA46A;
}
</style>
border-color css
<style>
span { border-color: #2DA46A; }
span { border-color: rgb(45,164,106); }
td.TdClassName
{
border-color: #2DA46A;
}
.TagClassName
{
border-color: #2DA46A;
}
</style>