Shades of Elm #238681
Tints of Elm #238681
RGB
CMYK
RGB Variations
Color information
#238681 (or 0x238681) is known color: Elm. HEX triplet: 23, 86 and 81. RGB value is (35,134,129). Sum of RGB (Red+Green+Blue) = 35+134+129=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #238681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238681 is #DC797E. Grayscale: #676767. Windows color (decimal): -14449023 or 8488483. OLE color: 8488483.
HSL color Cylindrical-coordinate representation of color #238681: hue angle of 176.97º 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 #238681 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 134 | 129 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.47 |
| HSL | 176.97º | 0.59% | 0.33% | - |
| HSV(B) | 176.97º | 0.74% | 0.53% | - |
| XYZ | 13.18 | 18.99 | 23.74 | - |
| YUV | 103.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 129 | 0.74 | 0 | 0.04 | 0.47 | 176.97 | 0.59 | 0.33 |
| Hex | 23 | 86 | 81 | 4A | 0 | 4 | 2F | B1 | 3B | 21 |
| Octal | 43 | 206 | 201 | 112 | 0 | 4 | 57 | 261 | 73 | 41 |
| Binary | 100011 | 10000110 | 10000001 | 1001010 | 0 | 100 | 101111 | 10110001 | 111011 | 100001 |
Color Harmonies of #238681
Complementary color
Monochromatic Colors of #238681
Black with #238681
Text Example
Text Example
White with #238681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238681; }
p { color: rgb(35,134,129); }
H1.HeaderClassName
{
color: #238681;
}
.AnyTagClassName
{
color: #238681;
}
</style>
background-color css
<style>
a { background-color: #238681; }
a { background-color: rgb(35,134,129); }
div.DivClassName
{
background-color: #238681;
}
.BgClassName
{
background-color: #238681;
}
</style>
border-color css
<style>
span { border-color: #238681; }
span { border-color: rgb(35,134,129); }
td.TdClassName
{
border-color: #238681;
}
.TagClassName
{
border-color: #238681;
}
</style>