Shades of Eucalyptus #2DA25A
Tints of Eucalyptus #2DA25A
RGB
CMYK
RGB Variations
Color information
#2DA25A (or 0x2DA25A) is known color: Eucalyptus. HEX triplet: 2D, A2 and 5A. RGB value is (45,162,90). Sum of RGB (Red+Green+Blue) = 45+162+90=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA25A is #D25DA5. Grayscale: #767676. Windows color (decimal): -13786534 or 5939757. OLE color: 5939757.
HSL color Cylindrical-coordinate representation of color #2DA25A: hue angle of 143.08º 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 #2DA25A is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 90 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.36 |
| HSL | 143.08º | 0.57% | 0.41% | - |
| HSV(B) | 143.08º | 0.72% | 0.64% | - |
| XYZ | 15.85 | 27.14 | 14.08 | - |
| YUV | 118.81 | 111.74 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 90 | 0.72 | 0 | 0.44 | 0.36 | 143.08 | 0.57 | 0.41 |
| Hex | 2D | A2 | 5A | 48 | 0 | 2C | 24 | 8F | 39 | 29 |
| Octal | 55 | 242 | 132 | 110 | 0 | 54 | 44 | 217 | 71 | 51 |
| Binary | 101101 | 10100010 | 1011010 | 1001000 | 0 | 101100 | 100100 | 10001111 | 111001 | 101001 |
Color Harmonies of #2DA25A
Complementary color
Monochromatic Colors of #2DA25A
Black with #2DA25A
Text Example
Text Example
White with #2DA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA25A; }
p { color: rgb(45,162,90); }
H1.HeaderClassName
{
color: #2DA25A;
}
.AnyTagClassName
{
color: #2DA25A;
}
</style>
background-color css
<style>
a { background-color: #2DA25A; }
a { background-color: rgb(45,162,90); }
div.DivClassName
{
background-color: #2DA25A;
}
.BgClassName
{
background-color: #2DA25A;
}
</style>
border-color css
<style>
span { border-color: #2DA25A; }
span { border-color: rgb(45,162,90); }
td.TdClassName
{
border-color: #2DA25A;
}
.TagClassName
{
border-color: #2DA25A;
}
</style>