Shades of Eucalyptus #2C9362
Tints of Eucalyptus #2C9362
RGB
CMYK
RGB Variations
Color information
#2C9362 (or 0x2C9362) is known color: Eucalyptus. HEX triplet: 2C, 93 and 62. RGB value is (44,147,98). Sum of RGB (Red+Green+Blue) = 44+147+98=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9362 is #D36C9D. Grayscale: #6E6E6E. Windows color (decimal): -13855902 or 6460204. OLE color: 6460204.
HSL color Cylindrical-coordinate representation of color #2C9362: hue angle of 151.46º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9362 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 98 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.42 |
| HSL | 151.46º | 0.54% | 0.37% | - |
| HSV(B) | 151.46º | 0.7% | 0.58% | - |
| XYZ | 13.68 | 22.28 | 15.14 | - |
| YUV | 110.62 | 120.88 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 98 | 0.70 | 0 | 0.33 | 0.42 | 151.46 | 0.54 | 0.37 |
| Hex | 2C | 93 | 62 | 46 | 0 | 21 | 2A | 97 | 36 | 25 |
| Octal | 54 | 223 | 142 | 106 | 0 | 41 | 52 | 227 | 66 | 45 |
| Binary | 101100 | 10010011 | 1100010 | 1000110 | 0 | 100001 | 101010 | 10010111 | 110110 | 100101 |
Color Harmonies of #2C9362
Complementary color
Monochromatic Colors of #2C9362
Black with #2C9362
Text Example
Text Example
White with #2C9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9362; }
p { color: rgb(44,147,98); }
H1.HeaderClassName
{
color: #2C9362;
}
.AnyTagClassName
{
color: #2C9362;
}
</style>
background-color css
<style>
a { background-color: #2C9362; }
a { background-color: rgb(44,147,98); }
div.DivClassName
{
background-color: #2C9362;
}
.BgClassName
{
background-color: #2C9362;
}
</style>
border-color css
<style>
span { border-color: #2C9362; }
span { border-color: rgb(44,147,98); }
td.TdClassName
{
border-color: #2C9362;
}
.TagClassName
{
border-color: #2C9362;
}
</style>