Shades of Elm #227F7A
Tints of Elm #227F7A
RGB
CMYK
RGB Variations
Color information
#227F7A (or 0x227F7A) is known color: Elm. HEX triplet: 22, 7F and 7A. RGB value is (34,127,122). Sum of RGB (Red+Green+Blue) = 34+127+122=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #227F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F7A is #DD8085. Grayscale: #626262. Windows color (decimal): -14516358 or 8027938. OLE color: 8027938.
HSL color Cylindrical-coordinate representation of color #227F7A: hue angle of 176.77º 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 #227F7A is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 122 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.50 |
| HSL | 176.77º | 0.58% | 0.32% | - |
| HSV(B) | 176.77º | 0.73% | 0.5% | - |
| XYZ | 11.76 | 16.92 | 21.06 | - |
| YUV | 98.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 122 | 0.73 | 0 | 0.04 | 0.50 | 176.77 | 0.58 | 0.32 |
| Hex | 22 | 7F | 7A | 49 | 0 | 4 | 32 | B1 | 3A | 20 |
| Octal | 42 | 177 | 172 | 111 | 0 | 4 | 62 | 261 | 72 | 40 |
| Binary | 100010 | 1111111 | 1111010 | 1001001 | 0 | 100 | 110010 | 10110001 | 111010 | 100000 |
Color Harmonies of #227F7A
Complementary color
Monochromatic Colors of #227F7A
Black with #227F7A
Text Example
Text Example
White with #227F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F7A; }
p { color: rgb(34,127,122); }
H1.HeaderClassName
{
color: #227F7A;
}
.AnyTagClassName
{
color: #227F7A;
}
</style>
background-color css
<style>
a { background-color: #227F7A; }
a { background-color: rgb(34,127,122); }
div.DivClassName
{
background-color: #227F7A;
}
.BgClassName
{
background-color: #227F7A;
}
</style>
border-color css
<style>
span { border-color: #227F7A; }
span { border-color: rgb(34,127,122); }
td.TdClassName
{
border-color: #227F7A;
}
.TagClassName
{
border-color: #227F7A;
}
</style>