Shades of Elm #237F74
Tints of Elm #237F74
RGB
CMYK
RGB Variations
Color information
#237F74 (or 0x237F74) is known color: Elm. HEX triplet: 23, 7F and 74. RGB value is (35,127,116). Sum of RGB (Red+Green+Blue) = 35+127+116=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #237F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237F74 is #DC808B. Grayscale: #626262. Windows color (decimal): -14450828 or 7634723. OLE color: 7634723.
HSL color Cylindrical-coordinate representation of color #237F74: hue angle of 172.83º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237F74 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 127 | 116 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.50 |
| HSL | 172.83º | 0.57% | 0.32% | - |
| HSV(B) | 172.83º | 0.72% | 0.5% | - |
| XYZ | 11.43 | 16.8 | 19.16 | - |
| YUV | 98.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 116 | 0.72 | 0 | 0.09 | 0.50 | 172.83 | 0.57 | 0.32 |
| Hex | 23 | 7F | 74 | 48 | 0 | 9 | 32 | AD | 39 | 20 |
| Octal | 43 | 177 | 164 | 110 | 0 | 11 | 62 | 255 | 71 | 40 |
| Binary | 100011 | 1111111 | 1110100 | 1001000 | 0 | 1001 | 110010 | 10101101 | 111001 | 100000 |
Color Harmonies of #237F74
Complementary color
Monochromatic Colors of #237F74
Black with #237F74
Text Example
Text Example
White with #237F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237F74; }
p { color: rgb(35,127,116); }
H1.HeaderClassName
{
color: #237F74;
}
.AnyTagClassName
{
color: #237F74;
}
</style>
background-color css
<style>
a { background-color: #237F74; }
a { background-color: rgb(35,127,116); }
div.DivClassName
{
background-color: #237F74;
}
.BgClassName
{
background-color: #237F74;
}
</style>
border-color css
<style>
span { border-color: #237F74; }
span { border-color: rgb(35,127,116); }
td.TdClassName
{
border-color: #237F74;
}
.TagClassName
{
border-color: #237F74;
}
</style>