Shades of Elm #238178
Tints of Elm #238178
RGB
CMYK
RGB Variations
Color information
#238178 (or 0x238178) is known color: Elm. HEX triplet: 23, 81 and 78. RGB value is (35,129,120). Sum of RGB (Red+Green+Blue) = 35+129+120=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #238178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238178 is #DC7E87. Grayscale: #636363. Windows color (decimal): -14450312 or 7897379. OLE color: 7897379.
HSL color Cylindrical-coordinate representation of color #238178: hue angle of 174.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238178 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 120 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.49 |
| HSL | 174.26º | 0.57% | 0.32% | - |
| HSV(B) | 174.26º | 0.73% | 0.51% | - |
| XYZ | 11.93 | 17.41 | 20.5 | - |
| YUV | 99.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 120 | 0.73 | 0 | 0.07 | 0.49 | 174.26 | 0.57 | 0.32 |
| Hex | 23 | 81 | 78 | 49 | 0 | 7 | 31 | AE | 39 | 20 |
| Octal | 43 | 201 | 170 | 111 | 0 | 7 | 61 | 256 | 71 | 40 |
| Binary | 100011 | 10000001 | 1111000 | 1001001 | 0 | 111 | 110001 | 10101110 | 111001 | 100000 |
Color Harmonies of #238178
Complementary color
Monochromatic Colors of #238178
Black with #238178
Text Example
Text Example
White with #238178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238178; }
p { color: rgb(35,129,120); }
H1.HeaderClassName
{
color: #238178;
}
.AnyTagClassName
{
color: #238178;
}
</style>
background-color css
<style>
a { background-color: #238178; }
a { background-color: rgb(35,129,120); }
div.DivClassName
{
background-color: #238178;
}
.BgClassName
{
background-color: #238178;
}
</style>
border-color css
<style>
span { border-color: #238178; }
span { border-color: rgb(35,129,120); }
td.TdClassName
{
border-color: #238178;
}
.TagClassName
{
border-color: #238178;
}
</style>