Shades of Elm #237D7A
Tints of Elm #237D7A
RGB
CMYK
RGB Variations
Color information
#237D7A (or 0x237D7A) is known color: Elm. HEX triplet: 23, 7D and 7A. RGB value is (35,125,122). Sum of RGB (Red+Green+Blue) = 35+125+122=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #237D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D7A is #DC8285. Grayscale: #616161. Windows color (decimal): -14451334 or 8027427. OLE color: 8027427.
HSL color Cylindrical-coordinate representation of color #237D7A: hue angle of 178º 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 #237D7A is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 122 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.51 |
| HSL | 178º | 0.56% | 0.31% | - |
| HSV(B) | 178º | 0.72% | 0.49% | - |
| XYZ | 11.54 | 16.43 | 20.98 | - |
| YUV | 97.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 122 | 0.72 | 0 | 0.02 | 0.51 | 178 | 0.56 | 0.31 |
| Hex | 23 | 7D | 7A | 48 | 0 | 2 | 33 | B2 | 38 | 1F |
| Octal | 43 | 175 | 172 | 110 | 0 | 2 | 63 | 262 | 70 | 37 |
| Binary | 100011 | 1111101 | 1111010 | 1001000 | 0 | 10 | 110011 | 10110010 | 111000 | 11111 |
Color Harmonies of #237D7A
Complementary color
Monochromatic Colors of #237D7A
Black with #237D7A
Text Example
Text Example
White with #237D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D7A; }
p { color: rgb(35,125,122); }
H1.HeaderClassName
{
color: #237D7A;
}
.AnyTagClassName
{
color: #237D7A;
}
</style>
background-color css
<style>
a { background-color: #237D7A; }
a { background-color: rgb(35,125,122); }
div.DivClassName
{
background-color: #237D7A;
}
.BgClassName
{
background-color: #237D7A;
}
</style>
border-color css
<style>
span { border-color: #237D7A; }
span { border-color: rgb(35,125,122); }
td.TdClassName
{
border-color: #237D7A;
}
.TagClassName
{
border-color: #237D7A;
}
</style>