Shades of Eucalyptus #2DA171
Tints of Eucalyptus #2DA171
RGB
CMYK
RGB Variations
Color information
#2DA171 (or 0x2DA171) is known color: Eucalyptus. HEX triplet: 2D, A1 and 71. RGB value is (45,161,113). Sum of RGB (Red+Green+Blue) = 45+161+113=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA171 is #D25E8E. Grayscale: #787878. Windows color (decimal): -13786767 or 7446829. OLE color: 7446829.
HSL color Cylindrical-coordinate representation of color #2DA171: hue angle of 155.17º 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 #2DA171 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 161 | 113 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.37 |
| HSL | 155.17º | 0.56% | 0.4% | - |
| HSV(B) | 155.17º | 0.72% | 0.63% | - |
| XYZ | 16.81 | 27.24 | 19.99 | - |
| YUV | 120.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 113 | 0.72 | 0 | 0.30 | 0.37 | 155.17 | 0.56 | 0.4 |
| Hex | 2D | A1 | 71 | 48 | 0 | 1E | 25 | 9B | 38 | 28 |
| Octal | 55 | 241 | 161 | 110 | 0 | 36 | 45 | 233 | 70 | 50 |
| Binary | 101101 | 10100001 | 1110001 | 1001000 | 0 | 11110 | 100101 | 10011011 | 111000 | 101000 |
Color Harmonies of #2DA171
Complementary color
Monochromatic Colors of #2DA171
Black with #2DA171
Text Example
Text Example
White with #2DA171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA171; }
p { color: rgb(45,161,113); }
H1.HeaderClassName
{
color: #2DA171;
}
.AnyTagClassName
{
color: #2DA171;
}
</style>
background-color css
<style>
a { background-color: #2DA171; }
a { background-color: rgb(45,161,113); }
div.DivClassName
{
background-color: #2DA171;
}
.BgClassName
{
background-color: #2DA171;
}
</style>
border-color css
<style>
span { border-color: #2DA171; }
span { border-color: rgb(45,161,113); }
td.TdClassName
{
border-color: #2DA171;
}
.TagClassName
{
border-color: #2DA171;
}
</style>