Shades of Eucalyptus #2C996D
Tints of Eucalyptus #2C996D
RGB
CMYK
RGB Variations
Color information
#2C996D (or 0x2C996D) is known color: Eucalyptus. HEX triplet: 2C, 99 and 6D. RGB value is (44,153,109). Sum of RGB (Red+Green+Blue) = 44+153+109=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #2C996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C996D is #D36692. Grayscale: #737373. Windows color (decimal): -13854355 or 7182636. OLE color: 7182636.
HSL color Cylindrical-coordinate representation of color #2C996D: hue angle of 155.78º 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 #2C996D is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 44 | 153 | 109 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.4 |
| HSL | 155.78º | 0.55% | 0.39% | - |
| HSV(B) | 155.78º | 0.71% | 0.6% | - |
| XYZ | 15.19 | 24.42 | 18.38 | - |
| YUV | 115.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 153 | 109 | 0.71 | 0 | 0.29 | 0.4 | 155.78 | 0.55 | 0.39 |
| Hex | 2C | 99 | 6D | 47 | 0 | 1D | 28 | 9C | 37 | 27 |
| Octal | 54 | 231 | 155 | 107 | 0 | 35 | 50 | 234 | 67 | 47 |
| Binary | 101100 | 10011001 | 1101101 | 1000111 | 0 | 11101 | 101000 | 10011100 | 110111 | 100111 |
Color Harmonies of #2C996D
Complementary color
Monochromatic Colors of #2C996D
Black with #2C996D
Text Example
Text Example
White with #2C996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C996D; }
p { color: rgb(44,153,109); }
H1.HeaderClassName
{
color: #2C996D;
}
.AnyTagClassName
{
color: #2C996D;
}
</style>
background-color css
<style>
a { background-color: #2C996D; }
a { background-color: rgb(44,153,109); }
div.DivClassName
{
background-color: #2C996D;
}
.BgClassName
{
background-color: #2C996D;
}
</style>
border-color css
<style>
span { border-color: #2C996D; }
span { border-color: rgb(44,153,109); }
td.TdClassName
{
border-color: #2C996D;
}
.TagClassName
{
border-color: #2C996D;
}
</style>