Shades of Eucalyptus #2C935C
Tints of Eucalyptus #2C935C
RGB
CMYK
RGB Variations
Color information
#2C935C (or 0x2C935C) is known color: Eucalyptus. HEX triplet: 2C, 93 and 5C. RGB value is (44,147,92). Sum of RGB (Red+Green+Blue) = 44+147+92=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #2C935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C935C is #D36CA3. Grayscale: #6E6E6E. Windows color (decimal): -13855908 or 6066988. OLE color: 6066988.
HSL color Cylindrical-coordinate representation of color #2C935C: hue angle of 147.96º 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 #2C935C is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 92 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.42 |
| HSL | 147.96º | 0.54% | 0.37% | - |
| HSV(B) | 147.96º | 0.7% | 0.58% | - |
| XYZ | 13.4 | 22.18 | 13.7 | - |
| YUV | 109.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 92 | 0.70 | 0 | 0.37 | 0.42 | 147.96 | 0.54 | 0.37 |
| Hex | 2C | 93 | 5C | 46 | 0 | 25 | 2A | 94 | 36 | 25 |
| Octal | 54 | 223 | 134 | 106 | 0 | 45 | 52 | 224 | 66 | 45 |
| Binary | 101100 | 10010011 | 1011100 | 1000110 | 0 | 100101 | 101010 | 10010100 | 110110 | 100101 |
Color Harmonies of #2C935C
Complementary color
Monochromatic Colors of #2C935C
Black with #2C935C
Text Example
Text Example
White with #2C935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C935C; }
p { color: rgb(44,147,92); }
H1.HeaderClassName
{
color: #2C935C;
}
.AnyTagClassName
{
color: #2C935C;
}
</style>
background-color css
<style>
a { background-color: #2C935C; }
a { background-color: rgb(44,147,92); }
div.DivClassName
{
background-color: #2C935C;
}
.BgClassName
{
background-color: #2C935C;
}
</style>
border-color css
<style>
span { border-color: #2C935C; }
span { border-color: rgb(44,147,92); }
td.TdClassName
{
border-color: #2C935C;
}
.TagClassName
{
border-color: #2C935C;
}
</style>