Shades of Eucalyptus #2DA957
Tints of Eucalyptus #2DA957
RGB
CMYK
RGB Variations
Color information
#2DA957 (or 0x2DA957) is known color: Eucalyptus. HEX triplet: 2D, A9 and 57. RGB value is (45,169,87). Sum of RGB (Red+Green+Blue) = 45+169+87=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA957 is #D256A8. Grayscale: #7A7A7A. Windows color (decimal): -13784745 or 5744941. OLE color: 5744941.
HSL color Cylindrical-coordinate representation of color #2DA957: hue angle of 140.32º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA957 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 87 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.34 |
| HSL | 140.32º | 0.58% | 0.42% | - |
| HSV(B) | 140.32º | 0.73% | 0.66% | - |
| XYZ | 16.99 | 29.62 | 13.84 | - |
| YUV | 122.58 | 107.92 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 87 | 0.73 | 0 | 0.49 | 0.34 | 140.32 | 0.58 | 0.42 |
| Hex | 2D | A9 | 57 | 49 | 0 | 31 | 22 | 8C | 3A | 2A |
| Octal | 55 | 251 | 127 | 111 | 0 | 61 | 42 | 214 | 72 | 52 |
| Binary | 101101 | 10101001 | 1010111 | 1001001 | 0 | 110001 | 100010 | 10001100 | 111010 | 101010 |
Color Harmonies of #2DA957
Complementary color
Monochromatic Colors of #2DA957
Black with #2DA957
Text Example
Text Example
White with #2DA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA957; }
p { color: rgb(45,169,87); }
H1.HeaderClassName
{
color: #2DA957;
}
.AnyTagClassName
{
color: #2DA957;
}
</style>
background-color css
<style>
a { background-color: #2DA957; }
a { background-color: rgb(45,169,87); }
div.DivClassName
{
background-color: #2DA957;
}
.BgClassName
{
background-color: #2DA957;
}
</style>
border-color css
<style>
span { border-color: #2DA957; }
span { border-color: rgb(45,169,87); }
td.TdClassName
{
border-color: #2DA957;
}
.TagClassName
{
border-color: #2DA957;
}
</style>