Shades of Elm #227C6D
Tints of Elm #227C6D
RGB
CMYK
RGB Variations
Color information
#227C6D (or 0x227C6D) is known color: Elm. HEX triplet: 22, 7C and 6D. RGB value is (34,124,109). Sum of RGB (Red+Green+Blue) = 34+124+109=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #227C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227C6D is #DD8392. Grayscale: #5F5F5F. Windows color (decimal): -14517139 or 7175202. OLE color: 7175202.
HSL color Cylindrical-coordinate representation of color #227C6D: hue angle of 170º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227C6D is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 124 | 109 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.51 |
| HSL | 170º | 0.57% | 0.31% | - |
| HSV(B) | 170º | 0.73% | 0.49% | - |
| XYZ | 10.63 | 15.86 | 16.97 | - |
| YUV | 95.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 109 | 0.73 | 0 | 0.12 | 0.51 | 170 | 0.57 | 0.31 |
| Hex | 22 | 7C | 6D | 49 | 0 | C | 33 | AA | 39 | 1F |
| Octal | 42 | 174 | 155 | 111 | 0 | 14 | 63 | 252 | 71 | 37 |
| Binary | 100010 | 1111100 | 1101101 | 1001001 | 0 | 1100 | 110011 | 10101010 | 111001 | 11111 |
Color Harmonies of #227C6D
Complementary color
Monochromatic Colors of #227C6D
Black with #227C6D
Text Example
Text Example
White with #227C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C6D; }
p { color: rgb(34,124,109); }
H1.HeaderClassName
{
color: #227C6D;
}
.AnyTagClassName
{
color: #227C6D;
}
</style>
background-color css
<style>
a { background-color: #227C6D; }
a { background-color: rgb(34,124,109); }
div.DivClassName
{
background-color: #227C6D;
}
.BgClassName
{
background-color: #227C6D;
}
</style>
border-color css
<style>
span { border-color: #227C6D; }
span { border-color: rgb(34,124,109); }
td.TdClassName
{
border-color: #227C6D;
}
.TagClassName
{
border-color: #227C6D;
}
</style>