Shades of Elm #2C7D74
Tints of Elm #2C7D74
RGB
CMYK
RGB Variations
Color information
#2C7D74 (or 0x2C7D74) is known color: Elm. HEX triplet: 2C, 7D and 74. RGB value is (44,125,116). Sum of RGB (Red+Green+Blue) = 44+125+116=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D74 is #D3828B. Grayscale: #636363. Windows color (decimal): -13861516 or 7634220. OLE color: 7634220.
HSL color Cylindrical-coordinate representation of color #2C7D74: hue angle of 173.33º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7D74 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 125 | 116 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.51 |
| HSL | 173.33º | 0.48% | 0.33% | - |
| HSV(B) | 173.33º | 0.65% | 0.49% | - |
| XYZ | 11.52 | 16.46 | 19.09 | - |
| YUV | 99.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 125 | 116 | 0.65 | 0 | 0.07 | 0.51 | 173.33 | 0.48 | 0.33 |
| Hex | 2C | 7D | 74 | 41 | 0 | 7 | 33 | AD | 30 | 21 |
| Octal | 54 | 175 | 164 | 101 | 0 | 7 | 63 | 255 | 60 | 41 |
| Binary | 101100 | 1111101 | 1110100 | 1000001 | 0 | 111 | 110011 | 10101101 | 110000 | 100001 |
Color Harmonies of #2C7D74
Complementary color
Monochromatic Colors of #2C7D74
Black with #2C7D74
Text Example
Text Example
White with #2C7D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7D74; }
p { color: rgb(44,125,116); }
H1.HeaderClassName
{
color: #2C7D74;
}
.AnyTagClassName
{
color: #2C7D74;
}
</style>
background-color css
<style>
a { background-color: #2C7D74; }
a { background-color: rgb(44,125,116); }
div.DivClassName
{
background-color: #2C7D74;
}
.BgClassName
{
background-color: #2C7D74;
}
</style>
border-color css
<style>
span { border-color: #2C7D74; }
span { border-color: rgb(44,125,116); }
td.TdClassName
{
border-color: #2C7D74;
}
.TagClassName
{
border-color: #2C7D74;
}
</style>