Shades of Eucalyptus #2DA25E
Tints of Eucalyptus #2DA25E
RGB
CMYK
RGB Variations
Color information
#2DA25E (or 0x2DA25E) is known color: Eucalyptus. HEX triplet: 2D, A2 and 5E. RGB value is (45,162,94). Sum of RGB (Red+Green+Blue) = 45+162+94=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA25E is #D25DA1. Grayscale: #777777. Windows color (decimal): -13786530 or 6201901. OLE color: 6201901.
HSL color Cylindrical-coordinate representation of color #2DA25E: hue angle of 145.13º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA25E is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 94 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.36 |
| HSL | 145.13º | 0.57% | 0.41% | - |
| HSV(B) | 145.13º | 0.72% | 0.64% | - |
| XYZ | 16.02 | 27.21 | 15 | - |
| YUV | 119.27 | 113.74 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 94 | 0.72 | 0 | 0.42 | 0.36 | 145.13 | 0.57 | 0.41 |
| Hex | 2D | A2 | 5E | 48 | 0 | 2A | 24 | 91 | 39 | 29 |
| Octal | 55 | 242 | 136 | 110 | 0 | 52 | 44 | 221 | 71 | 51 |
| Binary | 101101 | 10100010 | 1011110 | 1001000 | 0 | 101010 | 100100 | 10010001 | 111001 | 101001 |
Color Harmonies of #2DA25E
Complementary color
Monochromatic Colors of #2DA25E
Black with #2DA25E
Text Example
Text Example
White with #2DA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA25E; }
p { color: rgb(45,162,94); }
H1.HeaderClassName
{
color: #2DA25E;
}
.AnyTagClassName
{
color: #2DA25E;
}
</style>
background-color css
<style>
a { background-color: #2DA25E; }
a { background-color: rgb(45,162,94); }
div.DivClassName
{
background-color: #2DA25E;
}
.BgClassName
{
background-color: #2DA25E;
}
</style>
border-color css
<style>
span { border-color: #2DA25E; }
span { border-color: rgb(45,162,94); }
td.TdClassName
{
border-color: #2DA25E;
}
.TagClassName
{
border-color: #2DA25E;
}
</style>