Shades of Eucalyptus #2C945B
Tints of Eucalyptus #2C945B
RGB
CMYK
RGB Variations
Color information
#2C945B (or 0x2C945B) is known color: Eucalyptus. HEX triplet: 2C, 94 and 5B. RGB value is (44,148,91). Sum of RGB (Red+Green+Blue) = 44+148+91=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #2C945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C945B is #D36BA4. Grayscale: #6E6E6E. Windows color (decimal): -13855653 or 6001708. OLE color: 6001708.
HSL color Cylindrical-coordinate representation of color #2C945B: hue angle of 147.12º 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 #2C945B is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 91 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.42 |
| HSL | 147.12º | 0.54% | 0.38% | - |
| HSV(B) | 147.12º | 0.7% | 0.58% | - |
| XYZ | 13.52 | 22.47 | 13.52 | - |
| YUV | 110.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 91 | 0.70 | 0 | 0.39 | 0.42 | 147.12 | 0.54 | 0.38 |
| Hex | 2C | 94 | 5B | 46 | 0 | 27 | 2A | 93 | 36 | 26 |
| Octal | 54 | 224 | 133 | 106 | 0 | 47 | 52 | 223 | 66 | 46 |
| Binary | 101100 | 10010100 | 1011011 | 1000110 | 0 | 100111 | 101010 | 10010011 | 110110 | 100110 |
Color Harmonies of #2C945B
Complementary color
Monochromatic Colors of #2C945B
Black with #2C945B
Text Example
Text Example
White with #2C945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C945B; }
p { color: rgb(44,148,91); }
H1.HeaderClassName
{
color: #2C945B;
}
.AnyTagClassName
{
color: #2C945B;
}
</style>
background-color css
<style>
a { background-color: #2C945B; }
a { background-color: rgb(44,148,91); }
div.DivClassName
{
background-color: #2C945B;
}
.BgClassName
{
background-color: #2C945B;
}
</style>
border-color css
<style>
span { border-color: #2C945B; }
span { border-color: rgb(44,148,91); }
td.TdClassName
{
border-color: #2C945B;
}
.TagClassName
{
border-color: #2C945B;
}
</style>