Shades of Eucalyptus #2C9B56
Tints of Eucalyptus #2C9B56
RGB
CMYK
RGB Variations
Color information
#2C9B56 (or 0x2C9B56) is known color: Eucalyptus. HEX triplet: 2C, 9B and 56. RGB value is (44,155,86). Sum of RGB (Red+Green+Blue) = 44+155+86=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9B56 is #D364A9. Grayscale: #727272. Windows color (decimal): -13853866 or 5675820. OLE color: 5675820.
HSL color Cylindrical-coordinate representation of color #2C9B56: hue angle of 142.7º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9B56 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 155 | 86 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.39 |
| HSL | 142.7º | 0.56% | 0.39% | - |
| HSV(B) | 142.7º | 0.72% | 0.61% | - |
| XYZ | 14.44 | 24.65 | 12.8 | - |
| YUV | 113.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 155 | 86 | 0.72 | 0 | 0.45 | 0.39 | 142.7 | 0.56 | 0.39 |
| Hex | 2C | 9B | 56 | 48 | 0 | 2D | 27 | 8F | 38 | 27 |
| Octal | 54 | 233 | 126 | 110 | 0 | 55 | 47 | 217 | 70 | 47 |
| Binary | 101100 | 10011011 | 1010110 | 1001000 | 0 | 101101 | 100111 | 10001111 | 111000 | 100111 |
Color Harmonies of #2C9B56
Complementary color
Monochromatic Colors of #2C9B56
Black with #2C9B56
Text Example
Text Example
White with #2C9B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9B56; }
p { color: rgb(44,155,86); }
H1.HeaderClassName
{
color: #2C9B56;
}
.AnyTagClassName
{
color: #2C9B56;
}
</style>
background-color css
<style>
a { background-color: #2C9B56; }
a { background-color: rgb(44,155,86); }
div.DivClassName
{
background-color: #2C9B56;
}
.BgClassName
{
background-color: #2C9B56;
}
</style>
border-color css
<style>
span { border-color: #2C9B56; }
span { border-color: rgb(44,155,86); }
td.TdClassName
{
border-color: #2C9B56;
}
.TagClassName
{
border-color: #2C9B56;
}
</style>