Shades of Eucalyptus #2DA470
Tints of Eucalyptus #2DA470
RGB
CMYK
RGB Variations
Color information
#2DA470 (or 0x2DA470) is known color: Eucalyptus. HEX triplet: 2D, A4 and 70. RGB value is (45,164,112). Sum of RGB (Red+Green+Blue) = 45+164+112=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA470 is #D25B8F. Grayscale: #7A7A7A. Windows color (decimal): -13786000 or 7382061. OLE color: 7382061.
HSL color Cylindrical-coordinate representation of color #2DA470: hue angle of 153.78º 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 #2DA470 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 112 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.36 |
| HSL | 153.78º | 0.57% | 0.41% | - |
| HSV(B) | 153.78º | 0.73% | 0.64% | - |
| XYZ | 17.28 | 28.28 | 19.88 | - |
| YUV | 122.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 112 | 0.73 | 0 | 0.32 | 0.36 | 153.78 | 0.57 | 0.41 |
| Hex | 2D | A4 | 70 | 49 | 0 | 20 | 24 | 9A | 39 | 29 |
| Octal | 55 | 244 | 160 | 111 | 0 | 40 | 44 | 232 | 71 | 51 |
| Binary | 101101 | 10100100 | 1110000 | 1001001 | 0 | 100000 | 100100 | 10011010 | 111001 | 101001 |
Color Harmonies of #2DA470
Complementary color
Monochromatic Colors of #2DA470
Black with #2DA470
Text Example
Text Example
White with #2DA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA470; }
p { color: rgb(45,164,112); }
H1.HeaderClassName
{
color: #2DA470;
}
.AnyTagClassName
{
color: #2DA470;
}
</style>
background-color css
<style>
a { background-color: #2DA470; }
a { background-color: rgb(45,164,112); }
div.DivClassName
{
background-color: #2DA470;
}
.BgClassName
{
background-color: #2DA470;
}
</style>
border-color css
<style>
span { border-color: #2DA470; }
span { border-color: rgb(45,164,112); }
td.TdClassName
{
border-color: #2DA470;
}
.TagClassName
{
border-color: #2DA470;
}
</style>