Shades of Elm #238782
Tints of Elm #238782
RGB
CMYK
RGB Variations
Color information
#238782 (or 0x238782) is known color: Elm. HEX triplet: 23, 87 and 82. RGB value is (35,135,130). Sum of RGB (Red+Green+Blue) = 35+135+130=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #238782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238782 is #DC787D. Grayscale: #686868. Windows color (decimal): -14448766 or 8554275. OLE color: 8554275.
HSL color Cylindrical-coordinate representation of color #238782: hue angle of 177º 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 #238782 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 135 | 130 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.47 |
| HSL | 177º | 0.59% | 0.33% | - |
| HSV(B) | 177º | 0.74% | 0.53% | - |
| XYZ | 13.39 | 19.3 | 24.14 | - |
| YUV | 104.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 130 | 0.74 | 0 | 0.04 | 0.47 | 177 | 0.59 | 0.33 |
| Hex | 23 | 87 | 82 | 4A | 0 | 4 | 2F | B1 | 3B | 21 |
| Octal | 43 | 207 | 202 | 112 | 0 | 4 | 57 | 261 | 73 | 41 |
| Binary | 100011 | 10000111 | 10000010 | 1001010 | 0 | 100 | 101111 | 10110001 | 111011 | 100001 |
Color Harmonies of #238782
Complementary color
Monochromatic Colors of #238782
Black with #238782
Text Example
Text Example
White with #238782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238782; }
p { color: rgb(35,135,130); }
H1.HeaderClassName
{
color: #238782;
}
.AnyTagClassName
{
color: #238782;
}
</style>
background-color css
<style>
a { background-color: #238782; }
a { background-color: rgb(35,135,130); }
div.DivClassName
{
background-color: #238782;
}
.BgClassName
{
background-color: #238782;
}
</style>
border-color css
<style>
span { border-color: #238782; }
span { border-color: rgb(35,135,130); }
td.TdClassName
{
border-color: #238782;
}
.TagClassName
{
border-color: #238782;
}
</style>