Shades of Elm #2C837C
Tints of Elm #2C837C
RGB
CMYK
RGB Variations
Color information
#2C837C (or 0x2C837C) is known color: Elm. HEX triplet: 2C, 83 and 7C. RGB value is (44,131,124). Sum of RGB (Red+Green+Blue) = 44+131+124=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #2C837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C837C is #D37C83. Grayscale: #686868. Windows color (decimal): -13859972 or 8160044. OLE color: 8160044.
HSL color Cylindrical-coordinate representation of color #2C837C: hue angle of 175.17º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C837C is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 131 | 124 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.49 |
| HSL | 175.17º | 0.5% | 0.34% | - |
| HSV(B) | 175.17º | 0.66% | 0.51% | - |
| XYZ | 12.79 | 18.22 | 21.91 | - |
| YUV | 104.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 131 | 124 | 0.66 | 0 | 0.05 | 0.49 | 175.17 | 0.5 | 0.34 |
| Hex | 2C | 83 | 7C | 42 | 0 | 5 | 31 | AF | 32 | 22 |
| Octal | 54 | 203 | 174 | 102 | 0 | 5 | 61 | 257 | 62 | 42 |
| Binary | 101100 | 10000011 | 1111100 | 1000010 | 0 | 101 | 110001 | 10101111 | 110010 | 100010 |
Color Harmonies of #2C837C
Complementary color
Monochromatic Colors of #2C837C
Black with #2C837C
Text Example
Text Example
White with #2C837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C837C; }
p { color: rgb(44,131,124); }
H1.HeaderClassName
{
color: #2C837C;
}
.AnyTagClassName
{
color: #2C837C;
}
</style>
background-color css
<style>
a { background-color: #2C837C; }
a { background-color: rgb(44,131,124); }
div.DivClassName
{
background-color: #2C837C;
}
.BgClassName
{
background-color: #2C837C;
}
</style>
border-color css
<style>
span { border-color: #2C837C; }
span { border-color: rgb(44,131,124); }
td.TdClassName
{
border-color: #2C837C;
}
.TagClassName
{
border-color: #2C837C;
}
</style>