Shades of Eucalyptus #2DA16B
Tints of Eucalyptus #2DA16B
RGB
CMYK
RGB Variations
Color information
#2DA16B (or 0x2DA16B) is known color: Eucalyptus. HEX triplet: 2D, A1 and 6B. RGB value is (45,161,107). Sum of RGB (Red+Green+Blue) = 45+161+107=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA16B is #D25E94. Grayscale: #787878. Windows color (decimal): -13786773 or 7053613. OLE color: 7053613.
HSL color Cylindrical-coordinate representation of color #2DA16B: hue angle of 152.07º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA16B is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 161 | 107 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.37 |
| HSL | 152.07º | 0.56% | 0.4% | - |
| HSV(B) | 152.07º | 0.72% | 0.63% | - |
| XYZ | 16.48 | 27.11 | 18.27 | - |
| YUV | 120.16 | 120.57 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 107 | 0.72 | 0 | 0.34 | 0.37 | 152.07 | 0.56 | 0.4 |
| Hex | 2D | A1 | 6B | 48 | 0 | 22 | 25 | 98 | 38 | 28 |
| Octal | 55 | 241 | 153 | 110 | 0 | 42 | 45 | 230 | 70 | 50 |
| Binary | 101101 | 10100001 | 1101011 | 1001000 | 0 | 100010 | 100101 | 10011000 | 111000 | 101000 |
Color Harmonies of #2DA16B
Complementary color
Monochromatic Colors of #2DA16B
Black with #2DA16B
Text Example
Text Example
White with #2DA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA16B; }
p { color: rgb(45,161,107); }
H1.HeaderClassName
{
color: #2DA16B;
}
.AnyTagClassName
{
color: #2DA16B;
}
</style>
background-color css
<style>
a { background-color: #2DA16B; }
a { background-color: rgb(45,161,107); }
div.DivClassName
{
background-color: #2DA16B;
}
.BgClassName
{
background-color: #2DA16B;
}
</style>
border-color css
<style>
span { border-color: #2DA16B; }
span { border-color: rgb(45,161,107); }
td.TdClassName
{
border-color: #2DA16B;
}
.TagClassName
{
border-color: #2DA16B;
}
</style>