Shades of Elm #227F75
Tints of Elm #227F75
RGB
CMYK
RGB Variations
Color information
#227F75 (or 0x227F75) is known color: Elm. HEX triplet: 22, 7F and 75. RGB value is (34,127,117). Sum of RGB (Red+Green+Blue) = 34+127+117=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #227F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F75 is #DD808A. Grayscale: #626262. Windows color (decimal): -14516363 or 7700258. OLE color: 7700258.
HSL color Cylindrical-coordinate representation of color #227F75: hue angle of 173.55º 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 #227F75 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 117 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.50 |
| HSL | 173.55º | 0.58% | 0.32% | - |
| HSV(B) | 173.55º | 0.73% | 0.5% | - |
| XYZ | 11.46 | 16.8 | 19.47 | - |
| YUV | 98.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 117 | 0.73 | 0 | 0.08 | 0.50 | 173.55 | 0.58 | 0.32 |
| Hex | 22 | 7F | 75 | 49 | 0 | 8 | 32 | AE | 3A | 20 |
| Octal | 42 | 177 | 165 | 111 | 0 | 10 | 62 | 256 | 72 | 40 |
| Binary | 100010 | 1111111 | 1110101 | 1001001 | 0 | 1000 | 110010 | 10101110 | 111010 | 100000 |
Color Harmonies of #227F75
Complementary color
Monochromatic Colors of #227F75
Black with #227F75
Text Example
Text Example
White with #227F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F75; }
p { color: rgb(34,127,117); }
H1.HeaderClassName
{
color: #227F75;
}
.AnyTagClassName
{
color: #227F75;
}
</style>
background-color css
<style>
a { background-color: #227F75; }
a { background-color: rgb(34,127,117); }
div.DivClassName
{
background-color: #227F75;
}
.BgClassName
{
background-color: #227F75;
}
</style>
border-color css
<style>
span { border-color: #227F75; }
span { border-color: rgb(34,127,117); }
td.TdClassName
{
border-color: #227F75;
}
.TagClassName
{
border-color: #227F75;
}
</style>