Shades of Elm #2C877D
Tints of Elm #2C877D
RGB
CMYK
RGB Variations
Color information
#2C877D (or 0x2C877D) is known color: Elm. HEX triplet: 2C, 87 and 7D. RGB value is (44,135,125). Sum of RGB (Red+Green+Blue) = 44+135+125=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #2C877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C877D is #D37882. Grayscale: #6A6A6A. Windows color (decimal): -13858947 or 8226604. OLE color: 8226604.
HSL color Cylindrical-coordinate representation of color #2C877D: hue angle of 173.41º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C877D is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 125 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.47 |
| HSL | 173.41º | 0.51% | 0.35% | - |
| HSV(B) | 173.41º | 0.67% | 0.53% | - |
| XYZ | 13.4 | 19.34 | 22.43 | - |
| YUV | 106.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 125 | 0.67 | 0 | 0.07 | 0.47 | 173.41 | 0.51 | 0.35 |
| Hex | 2C | 87 | 7D | 43 | 0 | 7 | 2F | AD | 33 | 23 |
| Octal | 54 | 207 | 175 | 103 | 0 | 7 | 57 | 255 | 63 | 43 |
| Binary | 101100 | 10000111 | 1111101 | 1000011 | 0 | 111 | 101111 | 10101101 | 110011 | 100011 |
Color Harmonies of #2C877D
Complementary color
Monochromatic Colors of #2C877D
Black with #2C877D
Text Example
Text Example
White with #2C877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C877D; }
p { color: rgb(44,135,125); }
H1.HeaderClassName
{
color: #2C877D;
}
.AnyTagClassName
{
color: #2C877D;
}
</style>
background-color css
<style>
a { background-color: #2C877D; }
a { background-color: rgb(44,135,125); }
div.DivClassName
{
background-color: #2C877D;
}
.BgClassName
{
background-color: #2C877D;
}
</style>
border-color css
<style>
span { border-color: #2C877D; }
span { border-color: rgb(44,135,125); }
td.TdClassName
{
border-color: #2C877D;
}
.TagClassName
{
border-color: #2C877D;
}
</style>