Shades of Eucalyptus #2D996C
Tints of Eucalyptus #2D996C
RGB
CMYK
RGB Variations
Color information
#2D996C (or 0x2D996C) is known color: Eucalyptus. HEX triplet: 2D, 99 and 6C. RGB value is (45,153,108). Sum of RGB (Red+Green+Blue) = 45+153+108=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #2D996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D996C is #D26693. Grayscale: #737373. Windows color (decimal): -13788820 or 7117101. OLE color: 7117101.
HSL color Cylindrical-coordinate representation of color #2D996C: hue angle of 155º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D996C is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 153 | 108 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.4 |
| HSL | 155º | 0.55% | 0.39% | - |
| HSV(B) | 155º | 0.71% | 0.6% | - |
| XYZ | 15.18 | 24.42 | 18.1 | - |
| YUV | 115.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 153 | 108 | 0.71 | 0 | 0.29 | 0.4 | 155 | 0.55 | 0.39 |
| Hex | 2D | 99 | 6C | 47 | 0 | 1D | 28 | 9B | 37 | 27 |
| Octal | 55 | 231 | 154 | 107 | 0 | 35 | 50 | 233 | 67 | 47 |
| Binary | 101101 | 10011001 | 1101100 | 1000111 | 0 | 11101 | 101000 | 10011011 | 110111 | 100111 |
Color Harmonies of #2D996C
Complementary color
Monochromatic Colors of #2D996C
Black with #2D996C
Text Example
Text Example
White with #2D996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D996C; }
p { color: rgb(45,153,108); }
H1.HeaderClassName
{
color: #2D996C;
}
.AnyTagClassName
{
color: #2D996C;
}
</style>
background-color css
<style>
a { background-color: #2D996C; }
a { background-color: rgb(45,153,108); }
div.DivClassName
{
background-color: #2D996C;
}
.BgClassName
{
background-color: #2D996C;
}
</style>
border-color css
<style>
span { border-color: #2D996C; }
span { border-color: rgb(45,153,108); }
td.TdClassName
{
border-color: #2D996C;
}
.TagClassName
{
border-color: #2D996C;
}
</style>