Shades of Elm #237C72
Tints of Elm #237C72
RGB
CMYK
RGB Variations
Color information
#237C72 (or 0x237C72) is known color: Elm. HEX triplet: 23, 7C and 72. RGB value is (35,124,114). Sum of RGB (Red+Green+Blue) = 35+124+114=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #237C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C72 is #DC838D. Grayscale: #606060. Windows color (decimal): -14451598 or 7502883. OLE color: 7502883.
HSL color Cylindrical-coordinate representation of color #237C72: hue angle of 173.26º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C72 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 114 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.51 |
| HSL | 173.26º | 0.56% | 0.31% | - |
| HSV(B) | 173.26º | 0.72% | 0.49% | - |
| XYZ | 10.94 | 15.99 | 18.43 | - |
| YUV | 96.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 114 | 0.72 | 0 | 0.08 | 0.51 | 173.26 | 0.56 | 0.31 |
| Hex | 23 | 7C | 72 | 48 | 0 | 8 | 33 | AD | 38 | 1F |
| Octal | 43 | 174 | 162 | 110 | 0 | 10 | 63 | 255 | 70 | 37 |
| Binary | 100011 | 1111100 | 1110010 | 1001000 | 0 | 1000 | 110011 | 10101101 | 111000 | 11111 |
Color Harmonies of #237C72
Complementary color
Monochromatic Colors of #237C72
Black with #237C72
Text Example
Text Example
White with #237C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C72; }
p { color: rgb(35,124,114); }
H1.HeaderClassName
{
color: #237C72;
}
.AnyTagClassName
{
color: #237C72;
}
</style>
background-color css
<style>
a { background-color: #237C72; }
a { background-color: rgb(35,124,114); }
div.DivClassName
{
background-color: #237C72;
}
.BgClassName
{
background-color: #237C72;
}
</style>
border-color css
<style>
span { border-color: #237C72; }
span { border-color: rgb(35,124,114); }
td.TdClassName
{
border-color: #237C72;
}
.TagClassName
{
border-color: #237C72;
}
</style>