Shades of Elm #238376
Tints of Elm #238376
RGB
CMYK
RGB Variations
Color information
#238376 (or 0x238376) is known color: Elm. HEX triplet: 23, 83 and 76. RGB value is (35,131,118). Sum of RGB (Red+Green+Blue) = 35+131+118=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #238376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238376 is #DC7C89. Grayscale: #646464. Windows color (decimal): -14449802 or 7766819. OLE color: 7766819.
HSL color Cylindrical-coordinate representation of color #238376: hue angle of 171.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238376 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 131 | 118 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.49 |
| HSL | 171.88º | 0.58% | 0.33% | - |
| HSV(B) | 171.88º | 0.73% | 0.51% | - |
| XYZ | 12.08 | 17.9 | 19.96 | - |
| YUV | 100.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 118 | 0.73 | 0 | 0.10 | 0.49 | 171.88 | 0.58 | 0.33 |
| Hex | 23 | 83 | 76 | 49 | 0 | A | 31 | AC | 3A | 21 |
| Octal | 43 | 203 | 166 | 111 | 0 | 12 | 61 | 254 | 72 | 41 |
| Binary | 100011 | 10000011 | 1110110 | 1001001 | 0 | 1010 | 110001 | 10101100 | 111010 | 100001 |
Color Harmonies of #238376
Complementary color
Monochromatic Colors of #238376
Black with #238376
Text Example
Text Example
White with #238376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238376; }
p { color: rgb(35,131,118); }
H1.HeaderClassName
{
color: #238376;
}
.AnyTagClassName
{
color: #238376;
}
</style>
background-color css
<style>
a { background-color: #238376; }
a { background-color: rgb(35,131,118); }
div.DivClassName
{
background-color: #238376;
}
.BgClassName
{
background-color: #238376;
}
</style>
border-color css
<style>
span { border-color: #238376; }
span { border-color: rgb(35,131,118); }
td.TdClassName
{
border-color: #238376;
}
.TagClassName
{
border-color: #238376;
}
</style>