Shades of Elm #237D7B
Tints of Elm #237D7B
RGB
CMYK
RGB Variations
Color information
#237D7B (or 0x237D7B) is known color: Elm. HEX triplet: 23, 7D and 7B. RGB value is (35,125,123). Sum of RGB (Red+Green+Blue) = 35+125+123=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #237D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D7B is #DC8284. Grayscale: #616161. Windows color (decimal): -14451333 or 8092963. OLE color: 8092963.
HSL color Cylindrical-coordinate representation of color #237D7B: hue angle of 178.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237D7B is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 123 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.51 |
| HSL | 178.67º | 0.56% | 0.31% | - |
| HSV(B) | 178.67º | 0.72% | 0.49% | - |
| XYZ | 11.6 | 16.45 | 21.3 | - |
| YUV | 97.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 123 | 0.72 | 0 | 0.02 | 0.51 | 178.67 | 0.56 | 0.31 |
| Hex | 23 | 7D | 7B | 48 | 0 | 2 | 33 | B3 | 38 | 1F |
| Octal | 43 | 175 | 173 | 110 | 0 | 2 | 63 | 263 | 70 | 37 |
| Binary | 100011 | 1111101 | 1111011 | 1001000 | 0 | 10 | 110011 | 10110011 | 111000 | 11111 |
Color Harmonies of #237D7B
Complementary color
Monochromatic Colors of #237D7B
Black with #237D7B
Text Example
Text Example
White with #237D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D7B; }
p { color: rgb(35,125,123); }
H1.HeaderClassName
{
color: #237D7B;
}
.AnyTagClassName
{
color: #237D7B;
}
</style>
background-color css
<style>
a { background-color: #237D7B; }
a { background-color: rgb(35,125,123); }
div.DivClassName
{
background-color: #237D7B;
}
.BgClassName
{
background-color: #237D7B;
}
</style>
border-color css
<style>
span { border-color: #237D7B; }
span { border-color: rgb(35,125,123); }
td.TdClassName
{
border-color: #237D7B;
}
.TagClassName
{
border-color: #237D7B;
}
</style>