#217870

Color #217870 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #217870

Tints of Elm #217870

Color information

#217870 (or 0x217870) is unknown color: approx Elm. HEX triplet: 21, 78 and 70. RGB value is (33,120,112). Sum of RGB (Red+Green+Blue) = 33+120+112=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #217870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217870 is #DE878F. Grayscale: #5D5D5D. Windows color (decimal): -14583696 or 7370785. OLE color: 7370785.

HSL color Cylindrical-coordinate representation of color #217870: hue angle of 174.48º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217870 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB33120112-
CMYK0.7200.070.53
HSL174.48º56.86%30%-
HSV(B)174.48º72.5%47.06%-
XYZ10.2714.9317.67-
YUV93.08138.6885.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=12.45%
G=45.28%
B=42.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331201120.7200.070.53174.4856.8630
Hex217870480735ae391e
Octal4117016011007652567136
Binary10000111110001110000100100001111101011010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217870; }

 p { color: rgb(33,120,112); }

 H1.HeaderClassName
 {
   color: #217870;
 }
 .AnyTagClassName
 {
   color: #217870;
 }
</style>
background-color css

<style>
 a { background-color: #217870; }

 a { background-color: rgb(33,120,112); }

 div.DivClassName
 {
   background-color: #217870;
 }
 .BgClassName
 {
   background-color: #217870;
 }
</style>
border-color css

<style>
 span { border-color: #217870; }

 span { border-color: rgb(33,120,112); }

 td.TdClassName
 {
   border-color: #217870;
 }
 .TagClassName
 {
   border-color: #217870;
 }
</style>