Shades of Eucalyptus #2C9D6A
Tints of Eucalyptus #2C9D6A
RGB
CMYK
RGB Variations
Color information
#2C9D6A (or 0x2C9D6A) is known color: Eucalyptus. HEX triplet: 2C, 9D and 6A. RGB value is (44,157,106). Sum of RGB (Red+Green+Blue) = 44+157+106=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9D6A is #D36295. Grayscale: #757575. Windows color (decimal): -13853334 or 6987052. OLE color: 6987052.
HSL color Cylindrical-coordinate representation of color #2C9D6A: hue angle of 152.92º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9D6A is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 157 | 106 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.38 |
| HSL | 152.92º | 0.56% | 0.39% | - |
| HSV(B) | 152.92º | 0.72% | 0.62% | - |
| XYZ | 15.7 | 25.69 | 17.77 | - |
| YUV | 117.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 157 | 106 | 0.72 | 0 | 0.32 | 0.38 | 152.92 | 0.56 | 0.39 |
| Hex | 2C | 9D | 6A | 48 | 0 | 20 | 26 | 99 | 38 | 27 |
| Octal | 54 | 235 | 152 | 110 | 0 | 40 | 46 | 231 | 70 | 47 |
| Binary | 101100 | 10011101 | 1101010 | 1001000 | 0 | 100000 | 100110 | 10011001 | 111000 | 100111 |
Color Harmonies of #2C9D6A
Complementary color
Monochromatic Colors of #2C9D6A
Black with #2C9D6A
Text Example
Text Example
White with #2C9D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9D6A; }
p { color: rgb(44,157,106); }
H1.HeaderClassName
{
color: #2C9D6A;
}
.AnyTagClassName
{
color: #2C9D6A;
}
</style>
background-color css
<style>
a { background-color: #2C9D6A; }
a { background-color: rgb(44,157,106); }
div.DivClassName
{
background-color: #2C9D6A;
}
.BgClassName
{
background-color: #2C9D6A;
}
</style>
border-color css
<style>
span { border-color: #2C9D6A; }
span { border-color: rgb(44,157,106); }
td.TdClassName
{
border-color: #2C9D6A;
}
.TagClassName
{
border-color: #2C9D6A;
}
</style>