Shades of Eucalyptus #2C966D
Tints of Eucalyptus #2C966D
RGB
CMYK
RGB Variations
Color information
#2C966D (or 0x2C966D) is known color: Eucalyptus. HEX triplet: 2C, 96 and 6D. RGB value is (44,150,109). Sum of RGB (Red+Green+Blue) = 44+150+109=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #2C966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C966D is #D36992. Grayscale: #717171. Windows color (decimal): -13855123 or 7181868. OLE color: 7181868.
HSL color Cylindrical-coordinate representation of color #2C966D: hue angle of 156.79º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C966D is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 150 | 109 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.41 |
| HSL | 156.79º | 0.55% | 0.38% | - |
| HSV(B) | 156.79º | 0.71% | 0.59% | - |
| XYZ | 14.71 | 23.45 | 18.22 | - |
| YUV | 113.63 | 125.38 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 150 | 109 | 0.71 | 0 | 0.27 | 0.41 | 156.79 | 0.55 | 0.38 |
| Hex | 2C | 96 | 6D | 47 | 0 | 1B | 29 | 9D | 37 | 26 |
| Octal | 54 | 226 | 155 | 107 | 0 | 33 | 51 | 235 | 67 | 46 |
| Binary | 101100 | 10010110 | 1101101 | 1000111 | 0 | 11011 | 101001 | 10011101 | 110111 | 100110 |
Color Harmonies of #2C966D
Complementary color
Monochromatic Colors of #2C966D
Black with #2C966D
Text Example
Text Example
White with #2C966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C966D; }
p { color: rgb(44,150,109); }
H1.HeaderClassName
{
color: #2C966D;
}
.AnyTagClassName
{
color: #2C966D;
}
</style>
background-color css
<style>
a { background-color: #2C966D; }
a { background-color: rgb(44,150,109); }
div.DivClassName
{
background-color: #2C966D;
}
.BgClassName
{
background-color: #2C966D;
}
</style>
border-color css
<style>
span { border-color: #2C966D; }
span { border-color: rgb(44,150,109); }
td.TdClassName
{
border-color: #2C966D;
}
.TagClassName
{
border-color: #2C966D;
}
</style>