Shades of Eucalyptus #2DA55B
Tints of Eucalyptus #2DA55B
RGB
CMYK
RGB Variations
Color information
#2DA55B (or 0x2DA55B) is known color: Eucalyptus. HEX triplet: 2D, A5 and 5B. RGB value is (45,165,91). Sum of RGB (Red+Green+Blue) = 45+165+91=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA55B is #D25AA4. Grayscale: #787878. Windows color (decimal): -13785765 or 6006061. OLE color: 6006061.
HSL color Cylindrical-coordinate representation of color #2DA55B: hue angle of 143º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA55B is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 91 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.35 |
| HSL | 143º | 0.57% | 0.41% | - |
| HSV(B) | 143º | 0.73% | 0.65% | - |
| XYZ | 16.43 | 28.22 | 14.48 | - |
| YUV | 120.68 | 111.24 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 91 | 0.73 | 0 | 0.45 | 0.35 | 143 | 0.57 | 0.41 |
| Hex | 2D | A5 | 5B | 49 | 0 | 2D | 23 | 8F | 39 | 29 |
| Octal | 55 | 245 | 133 | 111 | 0 | 55 | 43 | 217 | 71 | 51 |
| Binary | 101101 | 10100101 | 1011011 | 1001001 | 0 | 101101 | 100011 | 10001111 | 111001 | 101001 |
Color Harmonies of #2DA55B
Complementary color
Monochromatic Colors of #2DA55B
Black with #2DA55B
Text Example
Text Example
White with #2DA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA55B; }
p { color: rgb(45,165,91); }
H1.HeaderClassName
{
color: #2DA55B;
}
.AnyTagClassName
{
color: #2DA55B;
}
</style>
background-color css
<style>
a { background-color: #2DA55B; }
a { background-color: rgb(45,165,91); }
div.DivClassName
{
background-color: #2DA55B;
}
.BgClassName
{
background-color: #2DA55B;
}
</style>
border-color css
<style>
span { border-color: #2DA55B; }
span { border-color: rgb(45,165,91); }
td.TdClassName
{
border-color: #2DA55B;
}
.TagClassName
{
border-color: #2DA55B;
}
</style>