Shades of Elm #217D74
Tints of Elm #217D74
RGB
CMYK
RGB Variations
Color information
#217D74 (or 0x217D74) is known color: Elm. HEX triplet: 21, 7D and 74. RGB value is (33,125,116). Sum of RGB (Red+Green+Blue) = 33+125+116=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #217D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D74 is #DE828B. Grayscale: #606060. Windows color (decimal): -14582412 or 7634209. OLE color: 7634209.
HSL color Cylindrical-coordinate representation of color #217D74: hue angle of 174.13º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D74 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 125 | 116 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.51 |
| HSL | 174.13º | 0.58% | 0.31% | - |
| HSV(B) | 174.13º | 0.74% | 0.49% | - |
| XYZ | 11.11 | 16.25 | 19.07 | - |
| YUV | 96.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 116 | 0.74 | 0 | 0.07 | 0.51 | 174.13 | 0.58 | 0.31 |
| Hex | 21 | 7D | 74 | 4A | 0 | 7 | 33 | AE | 3A | 1F |
| Octal | 41 | 175 | 164 | 112 | 0 | 7 | 63 | 256 | 72 | 37 |
| Binary | 100001 | 1111101 | 1110100 | 1001010 | 0 | 111 | 110011 | 10101110 | 111010 | 11111 |
Color Harmonies of #217D74
Complementary color
Monochromatic Colors of #217D74
Black with #217D74
Text Example
Text Example
White with #217D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217D74; }
p { color: rgb(33,125,116); }
H1.HeaderClassName
{
color: #217D74;
}
.AnyTagClassName
{
color: #217D74;
}
</style>
background-color css
<style>
a { background-color: #217D74; }
a { background-color: rgb(33,125,116); }
div.DivClassName
{
background-color: #217D74;
}
.BgClassName
{
background-color: #217D74;
}
</style>
border-color css
<style>
span { border-color: #217D74; }
span { border-color: rgb(33,125,116); }
td.TdClassName
{
border-color: #217D74;
}
.TagClassName
{
border-color: #217D74;
}
</style>