Shades of Elm #238981
Tints of Elm #238981
RGB
CMYK
RGB Variations
Color information
#238981 (or 0x238981) is known color: Elm. HEX triplet: 23, 89 and 81. RGB value is (35,137,129). Sum of RGB (Red+Green+Blue) = 35+137+129=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #238981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238981 is #DC767E. Grayscale: #696969. Windows color (decimal): -14448255 or 8489251. OLE color: 8489251.
HSL color Cylindrical-coordinate representation of color #238981: hue angle of 175.29º 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 #238981 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 129 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.46 |
| HSL | 175.29º | 0.59% | 0.34% | - |
| HSV(B) | 175.29º | 0.74% | 0.54% | - |
| XYZ | 13.6 | 19.83 | 23.88 | - |
| YUV | 105.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 129 | 0.74 | 0 | 0.06 | 0.46 | 175.29 | 0.59 | 0.34 |
| Hex | 23 | 89 | 81 | 4A | 0 | 6 | 2E | AF | 3B | 22 |
| Octal | 43 | 211 | 201 | 112 | 0 | 6 | 56 | 257 | 73 | 42 |
| Binary | 100011 | 10001001 | 10000001 | 1001010 | 0 | 110 | 101110 | 10101111 | 111011 | 100010 |
Color Harmonies of #238981
Complementary color
Monochromatic Colors of #238981
Black with #238981
Text Example
Text Example
White with #238981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238981; }
p { color: rgb(35,137,129); }
H1.HeaderClassName
{
color: #238981;
}
.AnyTagClassName
{
color: #238981;
}
</style>
background-color css
<style>
a { background-color: #238981; }
a { background-color: rgb(35,137,129); }
div.DivClassName
{
background-color: #238981;
}
.BgClassName
{
background-color: #238981;
}
</style>
border-color css
<style>
span { border-color: #238981; }
span { border-color: rgb(35,137,129); }
td.TdClassName
{
border-color: #238981;
}
.TagClassName
{
border-color: #238981;
}
</style>