Shades of Elm #227F72
Tints of Elm #227F72
RGB
CMYK
RGB Variations
Color information
#227F72 (or 0x227F72) is known color: Elm. HEX triplet: 22, 7F and 72. RGB value is (34,127,114). Sum of RGB (Red+Green+Blue) = 34+127+114=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #227F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F72 is #DD808D. Grayscale: #616161. Windows color (decimal): -14516366 or 7503650. OLE color: 7503650.
HSL color Cylindrical-coordinate representation of color #227F72: hue angle of 171.61º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227F72 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 114 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.50 |
| HSL | 171.61º | 0.58% | 0.32% | - |
| HSV(B) | 171.61º | 0.73% | 0.5% | - |
| XYZ | 11.29 | 16.73 | 18.55 | - |
| YUV | 97.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 114 | 0.73 | 0 | 0.10 | 0.50 | 171.61 | 0.58 | 0.32 |
| Hex | 22 | 7F | 72 | 49 | 0 | A | 32 | AC | 3A | 20 |
| Octal | 42 | 177 | 162 | 111 | 0 | 12 | 62 | 254 | 72 | 40 |
| Binary | 100010 | 1111111 | 1110010 | 1001001 | 0 | 1010 | 110010 | 10101100 | 111010 | 100000 |
Color Harmonies of #227F72
Complementary color
Monochromatic Colors of #227F72
Black with #227F72
Text Example
Text Example
White with #227F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F72; }
p { color: rgb(34,127,114); }
H1.HeaderClassName
{
color: #227F72;
}
.AnyTagClassName
{
color: #227F72;
}
</style>
background-color css
<style>
a { background-color: #227F72; }
a { background-color: rgb(34,127,114); }
div.DivClassName
{
background-color: #227F72;
}
.BgClassName
{
background-color: #227F72;
}
</style>
border-color css
<style>
span { border-color: #227F72; }
span { border-color: rgb(34,127,114); }
td.TdClassName
{
border-color: #227F72;
}
.TagClassName
{
border-color: #227F72;
}
</style>