Shades of Elm #2C857B
Tints of Elm #2C857B
RGB
CMYK
RGB Variations
Color information
#2C857B (or 0x2C857B) is known color: Elm. HEX triplet: 2C, 85 and 7B. RGB value is (44,133,123). Sum of RGB (Red+Green+Blue) = 44+133+123=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #2C857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C857B is #D37A84. Grayscale: #696969. Windows color (decimal): -13859461 or 8095020. OLE color: 8095020.
HSL color Cylindrical-coordinate representation of color #2C857B: hue angle of 173.26º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C857B is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 123 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.48 |
| HSL | 173.26º | 0.5% | 0.35% | - |
| HSV(B) | 173.26º | 0.67% | 0.52% | - |
| XYZ | 13 | 18.74 | 21.67 | - |
| YUV | 105.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 123 | 0.67 | 0 | 0.08 | 0.48 | 173.26 | 0.5 | 0.35 |
| Hex | 2C | 85 | 7B | 43 | 0 | 8 | 30 | AD | 32 | 23 |
| Octal | 54 | 205 | 173 | 103 | 0 | 10 | 60 | 255 | 62 | 43 |
| Binary | 101100 | 10000101 | 1111011 | 1000011 | 0 | 1000 | 110000 | 10101101 | 110010 | 100011 |
Color Harmonies of #2C857B
Complementary color
Monochromatic Colors of #2C857B
Black with #2C857B
Text Example
Text Example
White with #2C857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C857B; }
p { color: rgb(44,133,123); }
H1.HeaderClassName
{
color: #2C857B;
}
.AnyTagClassName
{
color: #2C857B;
}
</style>
background-color css
<style>
a { background-color: #2C857B; }
a { background-color: rgb(44,133,123); }
div.DivClassName
{
background-color: #2C857B;
}
.BgClassName
{
background-color: #2C857B;
}
</style>
border-color css
<style>
span { border-color: #2C857B; }
span { border-color: rgb(44,133,123); }
td.TdClassName
{
border-color: #2C857B;
}
.TagClassName
{
border-color: #2C857B;
}
</style>