Shades of Eucalyptus #2C956C
Tints of Eucalyptus #2C956C
RGB
CMYK
RGB Variations
Color information
#2C956C (or 0x2C956C) is known color: Eucalyptus. HEX triplet: 2C, 95 and 6C. RGB value is (44,149,108). Sum of RGB (Red+Green+Blue) = 44+149+108=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #2C956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C956C is #D36A93. Grayscale: #707070. Windows color (decimal): -13855380 or 7116076. OLE color: 7116076.
HSL color Cylindrical-coordinate representation of color #2C956C: hue angle of 156.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C956C is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 108 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.42 |
| HSL | 156.57º | 0.54% | 0.38% | - |
| HSV(B) | 156.57º | 0.7% | 0.58% | - |
| XYZ | 14.49 | 23.11 | 17.88 | - |
| YUV | 112.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 108 | 0.70 | 0 | 0.28 | 0.42 | 156.57 | 0.54 | 0.38 |
| Hex | 2C | 95 | 6C | 46 | 0 | 1C | 2A | 9D | 36 | 26 |
| Octal | 54 | 225 | 154 | 106 | 0 | 34 | 52 | 235 | 66 | 46 |
| Binary | 101100 | 10010101 | 1101100 | 1000110 | 0 | 11100 | 101010 | 10011101 | 110110 | 100110 |
Color Harmonies of #2C956C
Complementary color
Monochromatic Colors of #2C956C
Black with #2C956C
Text Example
Text Example
White with #2C956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C956C; }
p { color: rgb(44,149,108); }
H1.HeaderClassName
{
color: #2C956C;
}
.AnyTagClassName
{
color: #2C956C;
}
</style>
background-color css
<style>
a { background-color: #2C956C; }
a { background-color: rgb(44,149,108); }
div.DivClassName
{
background-color: #2C956C;
}
.BgClassName
{
background-color: #2C956C;
}
</style>
border-color css
<style>
span { border-color: #2C956C; }
span { border-color: rgb(44,149,108); }
td.TdClassName
{
border-color: #2C956C;
}
.TagClassName
{
border-color: #2C956C;
}
</style>