Shades of Elm #238982
Tints of Elm #238982
RGB
CMYK
RGB Variations
Color information
#238982 (or 0x238982) is known color: Elm. HEX triplet: 23, 89 and 82. RGB value is (35,137,130). Sum of RGB (Red+Green+Blue) = 35+137+130=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #238982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238982 is #DC767D. Grayscale: #696969. Windows color (decimal): -14448254 or 8554787. OLE color: 8554787.
HSL color Cylindrical-coordinate representation of color #238982: hue angle of 175.88º 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 #238982 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 130 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.46 |
| HSL | 175.88º | 0.59% | 0.34% | - |
| HSV(B) | 175.88º | 0.74% | 0.54% | - |
| XYZ | 13.67 | 19.86 | 24.23 | - |
| YUV | 105.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 130 | 0.74 | 0 | 0.05 | 0.46 | 175.88 | 0.59 | 0.34 |
| Hex | 23 | 89 | 82 | 4A | 0 | 5 | 2E | B0 | 3B | 22 |
| Octal | 43 | 211 | 202 | 112 | 0 | 5 | 56 | 260 | 73 | 42 |
| Binary | 100011 | 10001001 | 10000010 | 1001010 | 0 | 101 | 101110 | 10110000 | 111011 | 100010 |
Color Harmonies of #238982
Complementary color
Monochromatic Colors of #238982
Black with #238982
Text Example
Text Example
White with #238982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238982; }
p { color: rgb(35,137,130); }
H1.HeaderClassName
{
color: #238982;
}
.AnyTagClassName
{
color: #238982;
}
</style>
background-color css
<style>
a { background-color: #238982; }
a { background-color: rgb(35,137,130); }
div.DivClassName
{
background-color: #238982;
}
.BgClassName
{
background-color: #238982;
}
</style>
border-color css
<style>
span { border-color: #238982; }
span { border-color: rgb(35,137,130); }
td.TdClassName
{
border-color: #238982;
}
.TagClassName
{
border-color: #238982;
}
</style>