Shades of Elm #2C7B75
Tints of Elm #2C7B75
RGB
CMYK
RGB Variations
Color information
#2C7B75 (or 0x2C7B75) is known color: Elm. HEX triplet: 2C, 7B and 75. RGB value is (44,123,117). Sum of RGB (Red+Green+Blue) = 44+123+117=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7B75 is #D3848A. Grayscale: #626262. Windows color (decimal): -13862027 or 7699244. OLE color: 7699244.
HSL color Cylindrical-coordinate representation of color #2C7B75: hue angle of 175.44º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7B75 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 123 | 117 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.52 |
| HSL | 175.44º | 0.47% | 0.33% | - |
| HSV(B) | 175.44º | 0.64% | 0.48% | - |
| XYZ | 11.33 | 15.99 | 19.32 | - |
| YUV | 98.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 123 | 117 | 0.64 | 0 | 0.05 | 0.52 | 175.44 | 0.47 | 0.33 |
| Hex | 2C | 7B | 75 | 40 | 0 | 5 | 34 | AF | 2F | 21 |
| Octal | 54 | 173 | 165 | 100 | 0 | 5 | 64 | 257 | 57 | 41 |
| Binary | 101100 | 1111011 | 1110101 | 1000000 | 0 | 101 | 110100 | 10101111 | 101111 | 100001 |
Color Harmonies of #2C7B75
Complementary color
Monochromatic Colors of #2C7B75
Black with #2C7B75
Text Example
Text Example
White with #2C7B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7B75; }
p { color: rgb(44,123,117); }
H1.HeaderClassName
{
color: #2C7B75;
}
.AnyTagClassName
{
color: #2C7B75;
}
</style>
background-color css
<style>
a { background-color: #2C7B75; }
a { background-color: rgb(44,123,117); }
div.DivClassName
{
background-color: #2C7B75;
}
.BgClassName
{
background-color: #2C7B75;
}
</style>
border-color css
<style>
span { border-color: #2C7B75; }
span { border-color: rgb(44,123,117); }
td.TdClassName
{
border-color: #2C7B75;
}
.TagClassName
{
border-color: #2C7B75;
}
</style>