Shades of Elm #2C8176
Tints of Elm #2C8176
RGB
CMYK
RGB Variations
Color information
#2C8176 (or 0x2C8176) is known color: Elm. HEX triplet: 2C, 81 and 76. RGB value is (44,129,118). Sum of RGB (Red+Green+Blue) = 44+129+118=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #2C8176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8176 is #D37E89. Grayscale: #666666. Windows color (decimal): -13860490 or 7766316. OLE color: 7766316.
HSL color Cylindrical-coordinate representation of color #2C8176: hue angle of 172.24º degrees, saturation: 0.49, 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 #2C8176 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 129 | 118 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.49 |
| HSL | 172.24º | 0.49% | 0.34% | - |
| HSV(B) | 172.24º | 0.66% | 0.51% | - |
| XYZ | 12.16 | 17.54 | 19.89 | - |
| YUV | 102.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 118 | 0.66 | 0 | 0.09 | 0.49 | 172.24 | 0.49 | 0.34 |
| Hex | 2C | 81 | 76 | 42 | 0 | 9 | 31 | AC | 31 | 22 |
| Octal | 54 | 201 | 166 | 102 | 0 | 11 | 61 | 254 | 61 | 42 |
| Binary | 101100 | 10000001 | 1110110 | 1000010 | 0 | 1001 | 110001 | 10101100 | 110001 | 100010 |
Color Harmonies of #2C8176
Complementary color
Monochromatic Colors of #2C8176
Black with #2C8176
Text Example
Text Example
White with #2C8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8176; }
p { color: rgb(44,129,118); }
H1.HeaderClassName
{
color: #2C8176;
}
.AnyTagClassName
{
color: #2C8176;
}
</style>
background-color css
<style>
a { background-color: #2C8176; }
a { background-color: rgb(44,129,118); }
div.DivClassName
{
background-color: #2C8176;
}
.BgClassName
{
background-color: #2C8176;
}
</style>
border-color css
<style>
span { border-color: #2C8176; }
span { border-color: rgb(44,129,118); }
td.TdClassName
{
border-color: #2C8176;
}
.TagClassName
{
border-color: #2C8176;
}
</style>