Shades of Eucalyptus #2C946C
Tints of Eucalyptus #2C946C
RGB
CMYK
RGB Variations
Color information
#2C946C (or 0x2C946C) is known color: Eucalyptus. HEX triplet: 2C, 94 and 6C. RGB value is (44,148,108). Sum of RGB (Red+Green+Blue) = 44+148+108=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #2C946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C946C is #D36B93. Grayscale: #707070. Windows color (decimal): -13855636 or 7115820. OLE color: 7115820.
HSL color Cylindrical-coordinate representation of color #2C946C: hue angle of 156.92º 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 #2C946C is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 108 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.42 |
| HSL | 156.92º | 0.54% | 0.38% | - |
| HSV(B) | 156.92º | 0.7% | 0.58% | - |
| XYZ | 14.34 | 22.8 | 17.83 | - |
| YUV | 112.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 108 | 0.70 | 0 | 0.27 | 0.42 | 156.92 | 0.54 | 0.38 |
| Hex | 2C | 94 | 6C | 46 | 0 | 1B | 2A | 9D | 36 | 26 |
| Octal | 54 | 224 | 154 | 106 | 0 | 33 | 52 | 235 | 66 | 46 |
| Binary | 101100 | 10010100 | 1101100 | 1000110 | 0 | 11011 | 101010 | 10011101 | 110110 | 100110 |
Color Harmonies of #2C946C
Complementary color
Monochromatic Colors of #2C946C
Black with #2C946C
Text Example
Text Example
White with #2C946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C946C; }
p { color: rgb(44,148,108); }
H1.HeaderClassName
{
color: #2C946C;
}
.AnyTagClassName
{
color: #2C946C;
}
</style>
background-color css
<style>
a { background-color: #2C946C; }
a { background-color: rgb(44,148,108); }
div.DivClassName
{
background-color: #2C946C;
}
.BgClassName
{
background-color: #2C946C;
}
</style>
border-color css
<style>
span { border-color: #2C946C; }
span { border-color: rgb(44,148,108); }
td.TdClassName
{
border-color: #2C946C;
}
.TagClassName
{
border-color: #2C946C;
}
</style>