Shades of Elm #238781
Tints of Elm #238781
RGB
CMYK
RGB Variations
Color information
#238781 (or 0x238781) is known color: Elm. HEX triplet: 23, 87 and 81. RGB value is (35,135,129). Sum of RGB (Red+Green+Blue) = 35+135+129=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #238781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238781 is #DC787E. Grayscale: #686868. Windows color (decimal): -14448767 or 8488739. OLE color: 8488739.
HSL color Cylindrical-coordinate representation of color #238781: hue angle of 176.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238781 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 135 | 129 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.47 |
| HSL | 176.4º | 0.59% | 0.33% | - |
| HSV(B) | 176.4º | 0.74% | 0.53% | - |
| XYZ | 13.32 | 19.27 | 23.79 | - |
| YUV | 104.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 129 | 0.74 | 0 | 0.04 | 0.47 | 176.4 | 0.59 | 0.33 |
| Hex | 23 | 87 | 81 | 4A | 0 | 4 | 2F | B0 | 3B | 21 |
| Octal | 43 | 207 | 201 | 112 | 0 | 4 | 57 | 260 | 73 | 41 |
| Binary | 100011 | 10000111 | 10000001 | 1001010 | 0 | 100 | 101111 | 10110000 | 111011 | 100001 |
Color Harmonies of #238781
Complementary color
Monochromatic Colors of #238781
Black with #238781
Text Example
Text Example
White with #238781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238781; }
p { color: rgb(35,135,129); }
H1.HeaderClassName
{
color: #238781;
}
.AnyTagClassName
{
color: #238781;
}
</style>
background-color css
<style>
a { background-color: #238781; }
a { background-color: rgb(35,135,129); }
div.DivClassName
{
background-color: #238781;
}
.BgClassName
{
background-color: #238781;
}
</style>
border-color css
<style>
span { border-color: #238781; }
span { border-color: rgb(35,135,129); }
td.TdClassName
{
border-color: #238781;
}
.TagClassName
{
border-color: #238781;
}
</style>