Shades of Elm #2C877E
Tints of Elm #2C877E
RGB
CMYK
RGB Variations
Color information
#2C877E (or 0x2C877E) is known color: Elm. HEX triplet: 2C, 87 and 7E. RGB value is (44,135,126). Sum of RGB (Red+Green+Blue) = 44+135+126=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #2C877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C877E is #D37881. Grayscale: #6A6A6A. Windows color (decimal): -13858946 or 8292140. OLE color: 8292140.
HSL color Cylindrical-coordinate representation of color #2C877E: hue angle of 174.07º 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 #2C877E is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 126 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.47 |
| HSL | 174.07º | 0.51% | 0.35% | - |
| HSV(B) | 174.07º | 0.67% | 0.53% | - |
| XYZ | 13.47 | 19.37 | 22.77 | - |
| YUV | 106.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 126 | 0.67 | 0 | 0.07 | 0.47 | 174.07 | 0.51 | 0.35 |
| Hex | 2C | 87 | 7E | 43 | 0 | 7 | 2F | AE | 33 | 23 |
| Octal | 54 | 207 | 176 | 103 | 0 | 7 | 57 | 256 | 63 | 43 |
| Binary | 101100 | 10000111 | 1111110 | 1000011 | 0 | 111 | 101111 | 10101110 | 110011 | 100011 |
Color Harmonies of #2C877E
Complementary color
Monochromatic Colors of #2C877E
Black with #2C877E
Text Example
Text Example
White with #2C877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C877E; }
p { color: rgb(44,135,126); }
H1.HeaderClassName
{
color: #2C877E;
}
.AnyTagClassName
{
color: #2C877E;
}
</style>
background-color css
<style>
a { background-color: #2C877E; }
a { background-color: rgb(44,135,126); }
div.DivClassName
{
background-color: #2C877E;
}
.BgClassName
{
background-color: #2C877E;
}
</style>
border-color css
<style>
span { border-color: #2C877E; }
span { border-color: rgb(44,135,126); }
td.TdClassName
{
border-color: #2C877E;
}
.TagClassName
{
border-color: #2C877E;
}
</style>