Shades of Eucalyptus #2DA366
Tints of Eucalyptus #2DA366
RGB
CMYK
RGB Variations
Color information
#2DA366 (or 0x2DA366) is known color: Eucalyptus. HEX triplet: 2D, A3 and 66. RGB value is (45,163,102). Sum of RGB (Red+Green+Blue) = 45+163+102=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA366 is #D25C99. Grayscale: #787878. Windows color (decimal): -13786266 or 6726445. OLE color: 6726445.
HSL color Cylindrical-coordinate representation of color #2DA366: hue angle of 148.98º 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 #2DA366 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 102 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.36 |
| HSL | 148.98º | 0.57% | 0.41% | - |
| HSV(B) | 148.98º | 0.72% | 0.64% | - |
| XYZ | 16.58 | 27.71 | 17.05 | - |
| YUV | 120.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 102 | 0.72 | 0 | 0.37 | 0.36 | 148.98 | 0.57 | 0.41 |
| Hex | 2D | A3 | 66 | 48 | 0 | 25 | 24 | 95 | 39 | 29 |
| Octal | 55 | 243 | 146 | 110 | 0 | 45 | 44 | 225 | 71 | 51 |
| Binary | 101101 | 10100011 | 1100110 | 1001000 | 0 | 100101 | 100100 | 10010101 | 111001 | 101001 |
Color Harmonies of #2DA366
Complementary color
Monochromatic Colors of #2DA366
Black with #2DA366
Text Example
Text Example
White with #2DA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA366; }
p { color: rgb(45,163,102); }
H1.HeaderClassName
{
color: #2DA366;
}
.AnyTagClassName
{
color: #2DA366;
}
</style>
background-color css
<style>
a { background-color: #2DA366; }
a { background-color: rgb(45,163,102); }
div.DivClassName
{
background-color: #2DA366;
}
.BgClassName
{
background-color: #2DA366;
}
</style>
border-color css
<style>
span { border-color: #2DA366; }
span { border-color: rgb(45,163,102); }
td.TdClassName
{
border-color: #2DA366;
}
.TagClassName
{
border-color: #2DA366;
}
</style>