Shades of Eucalyptus #2C9770
Tints of Eucalyptus #2C9770
RGB
CMYK
RGB Variations
Color information
#2C9770 (or 0x2C9770) is known color: Eucalyptus. HEX triplet: 2C, 97 and 70. RGB value is (44,151,112). Sum of RGB (Red+Green+Blue) = 44+151+112=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #2C9770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9770 is #D3688F. Grayscale: #727272. Windows color (decimal): -13854864 or 7378732. OLE color: 7378732.
HSL color Cylindrical-coordinate representation of color #2C9770: hue angle of 158.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9770 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 151 | 112 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.41 |
| HSL | 158.13º | 0.55% | 0.38% | - |
| HSV(B) | 158.13º | 0.71% | 0.59% | - |
| XYZ | 15.03 | 23.84 | 19.14 | - |
| YUV | 114.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 151 | 112 | 0.71 | 0 | 0.26 | 0.41 | 158.13 | 0.55 | 0.38 |
| Hex | 2C | 97 | 70 | 47 | 0 | 1A | 29 | 9E | 37 | 26 |
| Octal | 54 | 227 | 160 | 107 | 0 | 32 | 51 | 236 | 67 | 46 |
| Binary | 101100 | 10010111 | 1110000 | 1000111 | 0 | 11010 | 101001 | 10011110 | 110111 | 100110 |
Color Harmonies of #2C9770
Complementary color
Monochromatic Colors of #2C9770
Black with #2C9770
Text Example
Text Example
White with #2C9770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9770; }
p { color: rgb(44,151,112); }
H1.HeaderClassName
{
color: #2C9770;
}
.AnyTagClassName
{
color: #2C9770;
}
</style>
background-color css
<style>
a { background-color: #2C9770; }
a { background-color: rgb(44,151,112); }
div.DivClassName
{
background-color: #2C9770;
}
.BgClassName
{
background-color: #2C9770;
}
</style>
border-color css
<style>
span { border-color: #2C9770; }
span { border-color: rgb(44,151,112); }
td.TdClassName
{
border-color: #2C9770;
}
.TagClassName
{
border-color: #2C9770;
}
</style>