Shades of Elm #237B7A
Tints of Elm #237B7A
RGB
CMYK
RGB Variations
Color information
#237B7A (or 0x237B7A) is known color: Elm. HEX triplet: 23, 7B and 7A. RGB value is (35,123,122). Sum of RGB (Red+Green+Blue) = 35+123+122=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #237B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237B7A is #DC8485. Grayscale: #606060. Windows color (decimal): -14451846 or 8026915. OLE color: 8026915.
HSL color Cylindrical-coordinate representation of color #237B7A: hue angle of 179.32º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237B7A is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 123 | 122 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.52 |
| HSL | 179.32º | 0.56% | 0.31% | - |
| HSV(B) | 179.32º | 0.72% | 0.48% | - |
| XYZ | 11.29 | 15.93 | 20.89 | - |
| YUV | 96.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 122 | 0.72 | 0 | 0.01 | 0.52 | 179.32 | 0.56 | 0.31 |
| Hex | 23 | 7B | 7A | 48 | 0 | 1 | 34 | B3 | 38 | 1F |
| Octal | 43 | 173 | 172 | 110 | 0 | 1 | 64 | 263 | 70 | 37 |
| Binary | 100011 | 1111011 | 1111010 | 1001000 | 0 | 1 | 110100 | 10110011 | 111000 | 11111 |
Color Harmonies of #237B7A
Complementary color
Monochromatic Colors of #237B7A
Black with #237B7A
Text Example
Text Example
White with #237B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237B7A; }
p { color: rgb(35,123,122); }
H1.HeaderClassName
{
color: #237B7A;
}
.AnyTagClassName
{
color: #237B7A;
}
</style>
background-color css
<style>
a { background-color: #237B7A; }
a { background-color: rgb(35,123,122); }
div.DivClassName
{
background-color: #237B7A;
}
.BgClassName
{
background-color: #237B7A;
}
</style>
border-color css
<style>
span { border-color: #237B7A; }
span { border-color: rgb(35,123,122); }
td.TdClassName
{
border-color: #237B7A;
}
.TagClassName
{
border-color: #237B7A;
}
</style>