Shades of Elm #238B7D
Tints of Elm #238B7D
RGB
CMYK
RGB Variations
Color information
#238B7D (or 0x238B7D) is known color: Elm. HEX triplet: 23, 8B and 7D. RGB value is (35,139,125). Sum of RGB (Red+Green+Blue) = 35+139+125=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #238B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B7D is #DC7482. Grayscale: #6A6A6A. Windows color (decimal): -14447747 or 8227619. OLE color: 8227619.
HSL color Cylindrical-coordinate representation of color #238B7D: hue angle of 171.92º 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 #238B7D is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 125 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.45 |
| HSL | 171.92º | 0.6% | 0.34% | - |
| HSV(B) | 171.92º | 0.75% | 0.55% | - |
| XYZ | 13.63 | 20.3 | 22.6 | - |
| YUV | 106.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 125 | 0.75 | 0 | 0.10 | 0.45 | 171.92 | 0.6 | 0.34 |
| Hex | 23 | 8B | 7D | 4B | 0 | A | 2D | AC | 3C | 22 |
| Octal | 43 | 213 | 175 | 113 | 0 | 12 | 55 | 254 | 74 | 42 |
| Binary | 100011 | 10001011 | 1111101 | 1001011 | 0 | 1010 | 101101 | 10101100 | 111100 | 100010 |
Color Harmonies of #238B7D
Complementary color
Monochromatic Colors of #238B7D
Black with #238B7D
Text Example
Text Example
White with #238B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B7D; }
p { color: rgb(35,139,125); }
H1.HeaderClassName
{
color: #238B7D;
}
.AnyTagClassName
{
color: #238B7D;
}
</style>
background-color css
<style>
a { background-color: #238B7D; }
a { background-color: rgb(35,139,125); }
div.DivClassName
{
background-color: #238B7D;
}
.BgClassName
{
background-color: #238B7D;
}
</style>
border-color css
<style>
span { border-color: #238B7D; }
span { border-color: rgb(35,139,125); }
td.TdClassName
{
border-color: #238B7D;
}
.TagClassName
{
border-color: #238B7D;
}
</style>