Shades of Eucalyptus #2C955E
Tints of Eucalyptus #2C955E
RGB
CMYK
RGB Variations
Color information
#2C955E (or 0x2C955E) is known color: Eucalyptus. HEX triplet: 2C, 95 and 5E. RGB value is (44,149,94). Sum of RGB (Red+Green+Blue) = 44+149+94=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #2C955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C955E is #D36AA1. Grayscale: #6F6F6F. Windows color (decimal): -13855394 or 6198572. OLE color: 6198572.
HSL color Cylindrical-coordinate representation of color #2C955E: hue angle of 148.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 #2C955E is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 94 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.42 |
| HSL | 148.57º | 0.54% | 0.38% | - |
| HSV(B) | 148.57º | 0.7% | 0.58% | - |
| XYZ | 13.81 | 22.84 | 14.27 | - |
| YUV | 111.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 94 | 0.70 | 0 | 0.37 | 0.42 | 148.57 | 0.54 | 0.38 |
| Hex | 2C | 95 | 5E | 46 | 0 | 25 | 2A | 95 | 36 | 26 |
| Octal | 54 | 225 | 136 | 106 | 0 | 45 | 52 | 225 | 66 | 46 |
| Binary | 101100 | 10010101 | 1011110 | 1000110 | 0 | 100101 | 101010 | 10010101 | 110110 | 100110 |
Color Harmonies of #2C955E
Complementary color
Monochromatic Colors of #2C955E
Black with #2C955E
Text Example
Text Example
White with #2C955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C955E; }
p { color: rgb(44,149,94); }
H1.HeaderClassName
{
color: #2C955E;
}
.AnyTagClassName
{
color: #2C955E;
}
</style>
background-color css
<style>
a { background-color: #2C955E; }
a { background-color: rgb(44,149,94); }
div.DivClassName
{
background-color: #2C955E;
}
.BgClassName
{
background-color: #2C955E;
}
</style>
border-color css
<style>
span { border-color: #2C955E; }
span { border-color: rgb(44,149,94); }
td.TdClassName
{
border-color: #2C955E;
}
.TagClassName
{
border-color: #2C955E;
}
</style>