Shades of Elm #2B7C74
Tints of Elm #2B7C74
RGB
CMYK
RGB Variations
Color information
#2B7C74 (or 0x2B7C74) is known color: Elm. HEX triplet: 2B, 7C and 74. RGB value is (43,124,116). Sum of RGB (Red+Green+Blue) = 43+124+116=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7C74 is #D4838B. Grayscale: #626262. Windows color (decimal): -13927308 or 7633963. OLE color: 7633963.
HSL color Cylindrical-coordinate representation of color #2B7C74: hue angle of 174.07º degrees, saturation: 0.49, 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 #2B7C74 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 124 | 116 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.51 |
| HSL | 174.07º | 0.49% | 0.33% | - |
| HSV(B) | 174.07º | 0.65% | 0.49% | - |
| XYZ | 11.36 | 16.19 | 19.05 | - |
| YUV | 98.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 116 | 0.65 | 0 | 0.06 | 0.51 | 174.07 | 0.49 | 0.33 |
| Hex | 2B | 7C | 74 | 41 | 0 | 6 | 33 | AE | 31 | 21 |
| Octal | 53 | 174 | 164 | 101 | 0 | 6 | 63 | 256 | 61 | 41 |
| Binary | 101011 | 1111100 | 1110100 | 1000001 | 0 | 110 | 110011 | 10101110 | 110001 | 100001 |
Color Harmonies of #2B7C74
Complementary color
Monochromatic Colors of #2B7C74
Black with #2B7C74
Text Example
Text Example
White with #2B7C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7C74; }
p { color: rgb(43,124,116); }
H1.HeaderClassName
{
color: #2B7C74;
}
.AnyTagClassName
{
color: #2B7C74;
}
</style>
background-color css
<style>
a { background-color: #2B7C74; }
a { background-color: rgb(43,124,116); }
div.DivClassName
{
background-color: #2B7C74;
}
.BgClassName
{
background-color: #2B7C74;
}
</style>
border-color css
<style>
span { border-color: #2B7C74; }
span { border-color: rgb(43,124,116); }
td.TdClassName
{
border-color: #2B7C74;
}
.TagClassName
{
border-color: #2B7C74;
}
</style>