Shades of Elm #228C82
Tints of Elm #228C82
RGB
CMYK
RGB Variations
Color information
#228C82 (or 0x228C82) is known color: Elm. HEX triplet: 22, 8C and 82. RGB value is (34,140,130). Sum of RGB (Red+Green+Blue) = 34+140+130=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #228C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C82 is #DD737D. Grayscale: #6B6B6B. Windows color (decimal): -14513022 or 8555554. OLE color: 8555554.
HSL color Cylindrical-coordinate representation of color #228C82: hue angle of 174.34º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228C82 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 140 | 130 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.45 |
| HSL | 174.34º | 0.61% | 0.34% | - |
| HSV(B) | 174.34º | 0.76% | 0.55% | - |
| XYZ | 14.07 | 20.71 | 24.37 | - |
| YUV | 107.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 130 | 0.76 | 0 | 0.07 | 0.45 | 174.34 | 0.61 | 0.34 |
| Hex | 22 | 8C | 82 | 4C | 0 | 7 | 2D | AE | 3D | 22 |
| Octal | 42 | 214 | 202 | 114 | 0 | 7 | 55 | 256 | 75 | 42 |
| Binary | 100010 | 10001100 | 10000010 | 1001100 | 0 | 111 | 101101 | 10101110 | 111101 | 100010 |
Color Harmonies of #228C82
Complementary color
Monochromatic Colors of #228C82
Black with #228C82
Text Example
Text Example
White with #228C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228C82; }
p { color: rgb(34,140,130); }
H1.HeaderClassName
{
color: #228C82;
}
.AnyTagClassName
{
color: #228C82;
}
</style>
background-color css
<style>
a { background-color: #228C82; }
a { background-color: rgb(34,140,130); }
div.DivClassName
{
background-color: #228C82;
}
.BgClassName
{
background-color: #228C82;
}
</style>
border-color css
<style>
span { border-color: #228C82; }
span { border-color: rgb(34,140,130); }
td.TdClassName
{
border-color: #228C82;
}
.TagClassName
{
border-color: #228C82;
}
</style>