Shades of Elm #228682
Tints of Elm #228682
RGB
CMYK
RGB Variations
Color information
#228682 (or 0x228682) is known color: Elm. HEX triplet: 22, 86 and 82. RGB value is (34,134,130). Sum of RGB (Red+Green+Blue) = 34+134+130=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #228682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228682 is #DD797D. Grayscale: #676767. Windows color (decimal): -14514558 or 8554018. OLE color: 8554018.
HSL color Cylindrical-coordinate representation of color #228682: hue angle of 177.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228682 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 134 | 130 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.47 |
| HSL | 177.6º | 0.6% | 0.33% | - |
| HSV(B) | 177.6º | 0.75% | 0.53% | - |
| XYZ | 13.21 | 19 | 24.09 | - |
| YUV | 103.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 134 | 130 | 0.75 | 0 | 0.03 | 0.47 | 177.6 | 0.6 | 0.33 |
| Hex | 22 | 86 | 82 | 4B | 0 | 3 | 2F | B2 | 3C | 21 |
| Octal | 42 | 206 | 202 | 113 | 0 | 3 | 57 | 262 | 74 | 41 |
| Binary | 100010 | 10000110 | 10000010 | 1001011 | 0 | 11 | 101111 | 10110010 | 111100 | 100001 |
Color Harmonies of #228682
Complementary color
Monochromatic Colors of #228682
Black with #228682
Text Example
Text Example
White with #228682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228682; }
p { color: rgb(34,134,130); }
H1.HeaderClassName
{
color: #228682;
}
.AnyTagClassName
{
color: #228682;
}
</style>
background-color css
<style>
a { background-color: #228682; }
a { background-color: rgb(34,134,130); }
div.DivClassName
{
background-color: #228682;
}
.BgClassName
{
background-color: #228682;
}
</style>
border-color css
<style>
span { border-color: #228682; }
span { border-color: rgb(34,134,130); }
td.TdClassName
{
border-color: #228682;
}
.TagClassName
{
border-color: #228682;
}
</style>