Shades of Elm #238B7C
Tints of Elm #238B7C
RGB
CMYK
RGB Variations
Color information
#238B7C (or 0x238B7C) is known color: Elm. HEX triplet: 23, 8B and 7C. RGB value is (35,139,124). Sum of RGB (Red+Green+Blue) = 35+139+124=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #238B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B7C is #DC7483. Grayscale: #6A6A6A. Windows color (decimal): -14447748 or 8162083. OLE color: 8162083.
HSL color Cylindrical-coordinate representation of color #238B7C: hue angle of 171.35º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B7C is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 124 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.45 |
| HSL | 171.35º | 0.6% | 0.34% | - |
| HSV(B) | 171.35º | 0.75% | 0.55% | - |
| XYZ | 13.56 | 20.28 | 22.27 | - |
| YUV | 106.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 124 | 0.75 | 0 | 0.11 | 0.45 | 171.35 | 0.6 | 0.34 |
| Hex | 23 | 8B | 7C | 4B | 0 | B | 2D | AB | 3C | 22 |
| Octal | 43 | 213 | 174 | 113 | 0 | 13 | 55 | 253 | 74 | 42 |
| Binary | 100011 | 10001011 | 1111100 | 1001011 | 0 | 1011 | 101101 | 10101011 | 111100 | 100010 |
Color Harmonies of #238B7C
Complementary color
Monochromatic Colors of #238B7C
Black with #238B7C
Text Example
Text Example
White with #238B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B7C; }
p { color: rgb(35,139,124); }
H1.HeaderClassName
{
color: #238B7C;
}
.AnyTagClassName
{
color: #238B7C;
}
</style>
background-color css
<style>
a { background-color: #238B7C; }
a { background-color: rgb(35,139,124); }
div.DivClassName
{
background-color: #238B7C;
}
.BgClassName
{
background-color: #238B7C;
}
</style>
border-color css
<style>
span { border-color: #238B7C; }
span { border-color: rgb(35,139,124); }
td.TdClassName
{
border-color: #238B7C;
}
.TagClassName
{
border-color: #238B7C;
}
</style>