Shades of Eucalyptus #2DA06F
Tints of Eucalyptus #2DA06F
RGB
CMYK
RGB Variations
Color information
#2DA06F (or 0x2DA06F) is known color: Eucalyptus. HEX triplet: 2D, A0 and 6F. RGB value is (45,160,111). Sum of RGB (Red+Green+Blue) = 45+160+111=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA06F is #D25F90. Grayscale: #787878. Windows color (decimal): -13787025 or 7315501. OLE color: 7315501.
HSL color Cylindrical-coordinate representation of color #2DA06F: hue angle of 154.43º 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 #2DA06F is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 111 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.37 |
| HSL | 154.43º | 0.56% | 0.4% | - |
| HSV(B) | 154.43º | 0.72% | 0.63% | - |
| XYZ | 16.52 | 26.85 | 19.35 | - |
| YUV | 120.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 111 | 0.72 | 0 | 0.31 | 0.37 | 154.43 | 0.56 | 0.4 |
| Hex | 2D | A0 | 6F | 48 | 0 | 1F | 25 | 9A | 38 | 28 |
| Octal | 55 | 240 | 157 | 110 | 0 | 37 | 45 | 232 | 70 | 50 |
| Binary | 101101 | 10100000 | 1101111 | 1001000 | 0 | 11111 | 100101 | 10011010 | 111000 | 101000 |
Color Harmonies of #2DA06F
Complementary color
Monochromatic Colors of #2DA06F
Black with #2DA06F
Text Example
Text Example
White with #2DA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA06F; }
p { color: rgb(45,160,111); }
H1.HeaderClassName
{
color: #2DA06F;
}
.AnyTagClassName
{
color: #2DA06F;
}
</style>
background-color css
<style>
a { background-color: #2DA06F; }
a { background-color: rgb(45,160,111); }
div.DivClassName
{
background-color: #2DA06F;
}
.BgClassName
{
background-color: #2DA06F;
}
</style>
border-color css
<style>
span { border-color: #2DA06F; }
span { border-color: rgb(45,160,111); }
td.TdClassName
{
border-color: #2DA06F;
}
.TagClassName
{
border-color: #2DA06F;
}
</style>