Shades of Eucalyptus #2C935B
Tints of Eucalyptus #2C935B
RGB
CMYK
RGB Variations
Color information
#2C935B (or 0x2C935B) is known color: Eucalyptus. HEX triplet: 2C, 93 and 5B. RGB value is (44,147,91). Sum of RGB (Red+Green+Blue) = 44+147+91=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #2C935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C935B is #D36CA4. Grayscale: #6D6D6D. Windows color (decimal): -13855909 or 6001452. OLE color: 6001452.
HSL color Cylindrical-coordinate representation of color #2C935B: hue angle of 147.38º 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 #2C935B is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 91 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.42 |
| HSL | 147.38º | 0.54% | 0.37% | - |
| HSV(B) | 147.38º | 0.7% | 0.58% | - |
| XYZ | 13.36 | 22.16 | 13.47 | - |
| YUV | 109.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 91 | 0.70 | 0 | 0.38 | 0.42 | 147.38 | 0.54 | 0.37 |
| Hex | 2C | 93 | 5B | 46 | 0 | 26 | 2A | 93 | 36 | 25 |
| Octal | 54 | 223 | 133 | 106 | 0 | 46 | 52 | 223 | 66 | 45 |
| Binary | 101100 | 10010011 | 1011011 | 1000110 | 0 | 100110 | 101010 | 10010011 | 110110 | 100101 |
Color Harmonies of #2C935B
Complementary color
Monochromatic Colors of #2C935B
Black with #2C935B
Text Example
Text Example
White with #2C935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C935B; }
p { color: rgb(44,147,91); }
H1.HeaderClassName
{
color: #2C935B;
}
.AnyTagClassName
{
color: #2C935B;
}
</style>
background-color css
<style>
a { background-color: #2C935B; }
a { background-color: rgb(44,147,91); }
div.DivClassName
{
background-color: #2C935B;
}
.BgClassName
{
background-color: #2C935B;
}
</style>
border-color css
<style>
span { border-color: #2C935B; }
span { border-color: rgb(44,147,91); }
td.TdClassName
{
border-color: #2C935B;
}
.TagClassName
{
border-color: #2C935B;
}
</style>