#217D71

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

Shades of Elm #217D71

Tints of Elm #217D71

Color information

#217D71 (or 0x217D71) is unknown color: approx Elm. HEX triplet: 21, 7D and 71. RGB value is (33,125,113). Sum of RGB (Red+Green+Blue) = 33+125+113=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #217D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D71 is #DE828E. Grayscale: #606060. Windows color (decimal): -14582415 or 7437601. OLE color: 7437601.

HSL color Cylindrical-coordinate representation of color #217D71: hue angle of 172.17º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D71 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB33125113-
CMYK0.7400.100.51
HSL172.17º58.23%30.98%-
HSV(B)172.17º73.6%49.02%-
XYZ10.9416.1818.17-
YUV96.12137.5282.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 125 (49.22% from 255) = 46.13%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=12.18%
G=46.13%
B=41.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331251130.7400.100.51172.1758.2330.98
Hex217D714A0A33ac3a1f
Octal41175161112012632547237
Binary100001111110111100011001010010101100111010110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217D71; }

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

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

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

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

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

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

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

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