Shades of Elm #2C7975
Tints of Elm #2C7975
RGB
CMYK
RGB Variations
Color information
#2C7975 (or 0x2C7975) is known color: Elm. HEX triplet: 2C, 79 and 75. RGB value is (44,121,117). Sum of RGB (Red+Green+Blue) = 44+121+117=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7975 is #D3868A. Grayscale: #616161. Windows color (decimal): -13862539 or 7698732. OLE color: 7698732.
HSL color Cylindrical-coordinate representation of color #2C7975: hue angle of 176.88º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7975 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 121 | 117 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.53 |
| HSL | 176.88º | 0.47% | 0.32% | - |
| HSV(B) | 176.88º | 0.64% | 0.47% | - |
| XYZ | 11.09 | 15.49 | 19.24 | - |
| YUV | 97.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 117 | 0.64 | 0 | 0.03 | 0.53 | 176.88 | 0.47 | 0.32 |
| Hex | 2C | 79 | 75 | 40 | 0 | 3 | 35 | B1 | 2F | 20 |
| Octal | 54 | 171 | 165 | 100 | 0 | 3 | 65 | 261 | 57 | 40 |
| Binary | 101100 | 1111001 | 1110101 | 1000000 | 0 | 11 | 110101 | 10110001 | 101111 | 100000 |
Color Harmonies of #2C7975
Complementary color
Monochromatic Colors of #2C7975
Black with #2C7975
Text Example
Text Example
White with #2C7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7975; }
p { color: rgb(44,121,117); }
H1.HeaderClassName
{
color: #2C7975;
}
.AnyTagClassName
{
color: #2C7975;
}
</style>
background-color css
<style>
a { background-color: #2C7975; }
a { background-color: rgb(44,121,117); }
div.DivClassName
{
background-color: #2C7975;
}
.BgClassName
{
background-color: #2C7975;
}
</style>
border-color css
<style>
span { border-color: #2C7975; }
span { border-color: rgb(44,121,117); }
td.TdClassName
{
border-color: #2C7975;
}
.TagClassName
{
border-color: #2C7975;
}
</style>