Shades of Elm #238978
Tints of Elm #238978
RGB
CMYK
RGB Variations
Color information
#238978 (or 0x238978) is known color: Elm. HEX triplet: 23, 89 and 78. RGB value is (35,137,120). Sum of RGB (Red+Green+Blue) = 35+137+120=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #238978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238978 is #DC7687. Grayscale: #686868. Windows color (decimal): -14448264 or 7899427. OLE color: 7899427.
HSL color Cylindrical-coordinate representation of color #238978: hue angle of 170º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238978 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 120 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.46 |
| HSL | 170º | 0.59% | 0.34% | - |
| HSV(B) | 170º | 0.74% | 0.54% | - |
| XYZ | 13.03 | 19.6 | 20.87 | - |
| YUV | 104.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 120 | 0.74 | 0 | 0.12 | 0.46 | 170 | 0.59 | 0.34 |
| Hex | 23 | 89 | 78 | 4A | 0 | C | 2E | AA | 3B | 22 |
| Octal | 43 | 211 | 170 | 112 | 0 | 14 | 56 | 252 | 73 | 42 |
| Binary | 100011 | 10001001 | 1111000 | 1001010 | 0 | 1100 | 101110 | 10101010 | 111011 | 100010 |
Color Harmonies of #238978
Complementary color
Monochromatic Colors of #238978
Black with #238978
Text Example
Text Example
White with #238978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238978; }
p { color: rgb(35,137,120); }
H1.HeaderClassName
{
color: #238978;
}
.AnyTagClassName
{
color: #238978;
}
</style>
background-color css
<style>
a { background-color: #238978; }
a { background-color: rgb(35,137,120); }
div.DivClassName
{
background-color: #238978;
}
.BgClassName
{
background-color: #238978;
}
</style>
border-color css
<style>
span { border-color: #238978; }
span { border-color: rgb(35,137,120); }
td.TdClassName
{
border-color: #238978;
}
.TagClassName
{
border-color: #238978;
}
</style>