Shades of Eucalyptus #2DA25C
Tints of Eucalyptus #2DA25C
RGB
CMYK
RGB Variations
Color information
#2DA25C (or 0x2DA25C) is known color: Eucalyptus. HEX triplet: 2D, A2 and 5C. RGB value is (45,162,92). Sum of RGB (Red+Green+Blue) = 45+162+92=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA25C is #D25DA3. Grayscale: #777777. Windows color (decimal): -13786532 or 6070829. OLE color: 6070829.
HSL color Cylindrical-coordinate representation of color #2DA25C: hue angle of 144.1º 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 #2DA25C is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 92 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.36 |
| HSL | 144.1º | 0.57% | 0.41% | - |
| HSV(B) | 144.1º | 0.72% | 0.64% | - |
| XYZ | 15.93 | 27.17 | 14.53 | - |
| YUV | 119.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 92 | 0.72 | 0 | 0.43 | 0.36 | 144.1 | 0.57 | 0.41 |
| Hex | 2D | A2 | 5C | 48 | 0 | 2B | 24 | 90 | 39 | 29 |
| Octal | 55 | 242 | 134 | 110 | 0 | 53 | 44 | 220 | 71 | 51 |
| Binary | 101101 | 10100010 | 1011100 | 1001000 | 0 | 101011 | 100100 | 10010000 | 111001 | 101001 |
Color Harmonies of #2DA25C
Complementary color
Monochromatic Colors of #2DA25C
Black with #2DA25C
Text Example
Text Example
White with #2DA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA25C; }
p { color: rgb(45,162,92); }
H1.HeaderClassName
{
color: #2DA25C;
}
.AnyTagClassName
{
color: #2DA25C;
}
</style>
background-color css
<style>
a { background-color: #2DA25C; }
a { background-color: rgb(45,162,92); }
div.DivClassName
{
background-color: #2DA25C;
}
.BgClassName
{
background-color: #2DA25C;
}
</style>
border-color css
<style>
span { border-color: #2DA25C; }
span { border-color: rgb(45,162,92); }
td.TdClassName
{
border-color: #2DA25C;
}
.TagClassName
{
border-color: #2DA25C;
}
</style>