Shades of Elm #238273
Tints of Elm #238273
RGB
CMYK
RGB Variations
Color information
#238273 (or 0x238273) is known color: Elm. HEX triplet: 23, 82 and 73. RGB value is (35,130,115). Sum of RGB (Red+Green+Blue) = 35+130+115=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #238273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238273 is #DC7D8C. Grayscale: #636363. Windows color (decimal): -14450061 or 7569955. OLE color: 7569955.
HSL color Cylindrical-coordinate representation of color #238273: hue angle of 170.53º degrees, saturation: 0.58, 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 #238273 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 115 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.49 |
| HSL | 170.53º | 0.58% | 0.32% | - |
| HSV(B) | 170.53º | 0.73% | 0.51% | - |
| XYZ | 11.77 | 17.56 | 18.99 | - |
| YUV | 99.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 115 | 0.73 | 0 | 0.12 | 0.49 | 170.53 | 0.58 | 0.32 |
| Hex | 23 | 82 | 73 | 49 | 0 | C | 31 | AB | 3A | 20 |
| Octal | 43 | 202 | 163 | 111 | 0 | 14 | 61 | 253 | 72 | 40 |
| Binary | 100011 | 10000010 | 1110011 | 1001001 | 0 | 1100 | 110001 | 10101011 | 111010 | 100000 |
Color Harmonies of #238273
Complementary color
Monochromatic Colors of #238273
Black with #238273
Text Example
Text Example
White with #238273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238273; }
p { color: rgb(35,130,115); }
H1.HeaderClassName
{
color: #238273;
}
.AnyTagClassName
{
color: #238273;
}
</style>
background-color css
<style>
a { background-color: #238273; }
a { background-color: rgb(35,130,115); }
div.DivClassName
{
background-color: #238273;
}
.BgClassName
{
background-color: #238273;
}
</style>
border-color css
<style>
span { border-color: #238273; }
span { border-color: rgb(35,130,115); }
td.TdClassName
{
border-color: #238273;
}
.TagClassName
{
border-color: #238273;
}
</style>