Shades of Eucalyptus #2DA360
Tints of Eucalyptus #2DA360
RGB
CMYK
RGB Variations
Color information
#2DA360 (or 0x2DA360) is known color: Eucalyptus. HEX triplet: 2D, A3 and 60. RGB value is (45,163,96). Sum of RGB (Red+Green+Blue) = 45+163+96=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA360 is #D25C9F. Grayscale: #787878. Windows color (decimal): -13786272 or 6333229. OLE color: 6333229.
HSL color Cylindrical-coordinate representation of color #2DA360: hue angle of 145.93º 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 #2DA360 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 96 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.36 |
| HSL | 145.93º | 0.57% | 0.41% | - |
| HSV(B) | 145.93º | 0.72% | 0.64% | - |
| XYZ | 16.29 | 27.6 | 15.53 | - |
| YUV | 120.08 | 114.41 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 96 | 0.72 | 0 | 0.41 | 0.36 | 145.93 | 0.57 | 0.41 |
| Hex | 2D | A3 | 60 | 48 | 0 | 29 | 24 | 92 | 39 | 29 |
| Octal | 55 | 243 | 140 | 110 | 0 | 51 | 44 | 222 | 71 | 51 |
| Binary | 101101 | 10100011 | 1100000 | 1001000 | 0 | 101001 | 100100 | 10010010 | 111001 | 101001 |
Color Harmonies of #2DA360
Complementary color
Monochromatic Colors of #2DA360
Black with #2DA360
Text Example
Text Example
White with #2DA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA360; }
p { color: rgb(45,163,96); }
H1.HeaderClassName
{
color: #2DA360;
}
.AnyTagClassName
{
color: #2DA360;
}
</style>
background-color css
<style>
a { background-color: #2DA360; }
a { background-color: rgb(45,163,96); }
div.DivClassName
{
background-color: #2DA360;
}
.BgClassName
{
background-color: #2DA360;
}
</style>
border-color css
<style>
span { border-color: #2DA360; }
span { border-color: rgb(45,163,96); }
td.TdClassName
{
border-color: #2DA360;
}
.TagClassName
{
border-color: #2DA360;
}
</style>