Shades of Elm #237976
Tints of Elm #237976
RGB
CMYK
RGB Variations
Color information
#237976 (or 0x237976) is known color: Elm. HEX triplet: 23, 79 and 76. RGB value is (35,121,118). Sum of RGB (Red+Green+Blue) = 35+121+118=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #237976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237976 is #DC8689. Grayscale: #5E5E5E. Windows color (decimal): -14452362 or 7764259. OLE color: 7764259.
HSL color Cylindrical-coordinate representation of color #237976: hue angle of 177.91º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237976 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 121 | 118 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.53 |
| HSL | 177.91º | 0.55% | 0.31% | - |
| HSV(B) | 177.91º | 0.71% | 0.47% | - |
| XYZ | 10.8 | 15.34 | 19.53 | - |
| YUV | 94.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 118 | 0.71 | 0 | 0.02 | 0.53 | 177.91 | 0.55 | 0.31 |
| Hex | 23 | 79 | 76 | 47 | 0 | 2 | 35 | B2 | 37 | 1F |
| Octal | 43 | 171 | 166 | 107 | 0 | 2 | 65 | 262 | 67 | 37 |
| Binary | 100011 | 1111001 | 1110110 | 1000111 | 0 | 10 | 110101 | 10110010 | 110111 | 11111 |
Color Harmonies of #237976
Complementary color
Monochromatic Colors of #237976
Black with #237976
Text Example
Text Example
White with #237976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237976; }
p { color: rgb(35,121,118); }
H1.HeaderClassName
{
color: #237976;
}
.AnyTagClassName
{
color: #237976;
}
</style>
background-color css
<style>
a { background-color: #237976; }
a { background-color: rgb(35,121,118); }
div.DivClassName
{
background-color: #237976;
}
.BgClassName
{
background-color: #237976;
}
</style>
border-color css
<style>
span { border-color: #237976; }
span { border-color: rgb(35,121,118); }
td.TdClassName
{
border-color: #237976;
}
.TagClassName
{
border-color: #237976;
}
</style>