Shades of Elm #237270
Tints of Elm #237270
RGB
CMYK
RGB Variations
Color information
#237270 (or 0x237270) is known color: Elm. HEX triplet: 23, 72 and 70. RGB value is (35,114,112). Sum of RGB (Red+Green+Blue) = 35+114+112=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #237270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237270 is #DC8D8F. Grayscale: #5A5A5A. Windows color (decimal): -14454160 or 7369251. OLE color: 7369251.
HSL color Cylindrical-coordinate representation of color #237270: hue angle of 178.48º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237270 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 114 | 112 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.55 |
| HSL | 178.48º | 0.53% | 0.29% | - |
| HSV(B) | 178.48º | 0.69% | 0.45% | - |
| XYZ | 9.64 | 13.56 | 17.44 | - |
| YUV | 90.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 112 | 0.69 | 0 | 0.02 | 0.55 | 178.48 | 0.53 | 0.29 |
| Hex | 23 | 72 | 70 | 45 | 0 | 2 | 37 | B2 | 35 | 1D |
| Octal | 43 | 162 | 160 | 105 | 0 | 2 | 67 | 262 | 65 | 35 |
| Binary | 100011 | 1110010 | 1110000 | 1000101 | 0 | 10 | 110111 | 10110010 | 110101 | 11101 |
Color Harmonies of #237270
Complementary color
Monochromatic Colors of #237270
Black with #237270
Text Example
Text Example
White with #237270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237270; }
p { color: rgb(35,114,112); }
H1.HeaderClassName
{
color: #237270;
}
.AnyTagClassName
{
color: #237270;
}
</style>
background-color css
<style>
a { background-color: #237270; }
a { background-color: rgb(35,114,112); }
div.DivClassName
{
background-color: #237270;
}
.BgClassName
{
background-color: #237270;
}
</style>
border-color css
<style>
span { border-color: #237270; }
span { border-color: rgb(35,114,112); }
td.TdClassName
{
border-color: #237270;
}
.TagClassName
{
border-color: #237270;
}
</style>