Shades of Elm #23827E
Tints of Elm #23827E
RGB
CMYK
RGB Variations
Color information
#23827E (or 0x23827E) is known color: Elm. HEX triplet: 23, 82 and 7E. RGB value is (35,130,126). Sum of RGB (Red+Green+Blue) = 35+130+126=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #23827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23827E is #DC7D81. Grayscale: #656565. Windows color (decimal): -14450050 or 8290851. OLE color: 8290851.
HSL color Cylindrical-coordinate representation of color #23827E: hue angle of 177.47º 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 #23827E is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 126 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.49 |
| HSL | 177.47º | 0.58% | 0.32% | - |
| HSV(B) | 177.47º | 0.73% | 0.51% | - |
| XYZ | 12.44 | 17.83 | 22.52 | - |
| YUV | 101.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 126 | 0.73 | 0 | 0.03 | 0.49 | 177.47 | 0.58 | 0.32 |
| Hex | 23 | 82 | 7E | 49 | 0 | 3 | 31 | B1 | 3A | 20 |
| Octal | 43 | 202 | 176 | 111 | 0 | 3 | 61 | 261 | 72 | 40 |
| Binary | 100011 | 10000010 | 1111110 | 1001001 | 0 | 11 | 110001 | 10110001 | 111010 | 100000 |
Color Harmonies of #23827E
Complementary color
Monochromatic Colors of #23827E
Black with #23827E
Text Example
Text Example
White with #23827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23827E; }
p { color: rgb(35,130,126); }
H1.HeaderClassName
{
color: #23827E;
}
.AnyTagClassName
{
color: #23827E;
}
</style>
background-color css
<style>
a { background-color: #23827E; }
a { background-color: rgb(35,130,126); }
div.DivClassName
{
background-color: #23827E;
}
.BgClassName
{
background-color: #23827E;
}
</style>
border-color css
<style>
span { border-color: #23827E; }
span { border-color: rgb(35,130,126); }
td.TdClassName
{
border-color: #23827E;
}
.TagClassName
{
border-color: #23827E;
}
</style>