Shades of Elm #2C8376
Tints of Elm #2C8376
RGB
CMYK
RGB Variations
Color information
#2C8376 (or 0x2C8376) is known color: Elm. HEX triplet: 2C, 83 and 76. RGB value is (44,131,118). Sum of RGB (Red+Green+Blue) = 44+131+118=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #2C8376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8376 is #D37C89. Grayscale: #676767. Windows color (decimal): -13859978 or 7766828. OLE color: 7766828.
HSL color Cylindrical-coordinate representation of color #2C8376: hue angle of 171.03º 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 #2C8376 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 131 | 118 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.49 |
| HSL | 171.03º | 0.5% | 0.34% | - |
| HSV(B) | 171.03º | 0.66% | 0.51% | - |
| XYZ | 12.43 | 18.08 | 19.97 | - |
| YUV | 103.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 131 | 118 | 0.66 | 0 | 0.10 | 0.49 | 171.03 | 0.5 | 0.34 |
| Hex | 2C | 83 | 76 | 42 | 0 | A | 31 | AB | 32 | 22 |
| Octal | 54 | 203 | 166 | 102 | 0 | 12 | 61 | 253 | 62 | 42 |
| Binary | 101100 | 10000011 | 1110110 | 1000010 | 0 | 1010 | 110001 | 10101011 | 110010 | 100010 |
Color Harmonies of #2C8376
Complementary color
Monochromatic Colors of #2C8376
Black with #2C8376
Text Example
Text Example
White with #2C8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8376; }
p { color: rgb(44,131,118); }
H1.HeaderClassName
{
color: #2C8376;
}
.AnyTagClassName
{
color: #2C8376;
}
</style>
background-color css
<style>
a { background-color: #2C8376; }
a { background-color: rgb(44,131,118); }
div.DivClassName
{
background-color: #2C8376;
}
.BgClassName
{
background-color: #2C8376;
}
</style>
border-color css
<style>
span { border-color: #2C8376; }
span { border-color: rgb(44,131,118); }
td.TdClassName
{
border-color: #2C8376;
}
.TagClassName
{
border-color: #2C8376;
}
</style>