#217971

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

Shades of Elm #217971

Tints of Elm #217971

Color information

#217971 (or 0x217971) is unknown color: approx Elm. HEX triplet: 21, 79 and 71. RGB value is (33,121,113). Sum of RGB (Red+Green+Blue) = 33+121+113=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #217971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217971 is #DE868E. Grayscale: #5D5D5D. Windows color (decimal): -14583439 or 7436577. OLE color: 7436577.

HSL color Cylindrical-coordinate representation of color #217971: hue angle of 174.55º 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 #217971 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB33121113-
CMYK0.7300.070.53
HSL174.55º57.14%30.2%-
HSV(B)174.55º72.73%47.45%-
XYZ10.4515.1918-
YUV93.78138.8584.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=12.36%
G=45.32%
B=42.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331211130.7300.070.53174.5557.1430.2
Hex217971490735af391e
Octal4117116111107652577136
Binary10000111110011110001100100101111101011010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217971; }

 p { color: rgb(33,121,113); }

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

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

 a { background-color: rgb(33,121,113); }

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

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

 span { border-color: rgb(33,121,113); }

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