#217B71

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

Shades of Elm #217B71

Tints of Elm #217B71

Color information

#217B71 (or 0x217B71) is unknown color: approx Elm. HEX triplet: 21, 7B and 71. RGB value is (33,123,113). Sum of RGB (Red+Green+Blue) = 33+123+113=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #217B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B71 is #DE848E. Grayscale: #5E5E5E. Windows color (decimal): -14582927 or 7437089. OLE color: 7437089.

HSL color Cylindrical-coordinate representation of color #217B71: hue angle of 173.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B71 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB33123113-
CMYK0.7300.080.52
HSL173.33º57.69%30.59%-
HSV(B)173.33º73.17%48.24%-
XYZ10.6915.6818.09-
YUV94.95138.1883.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 123 (48.44% from 255) = 45.72%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=12.27%
G=45.72%
B=42.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331231130.7300.080.52173.3357.6930.59
Hex217B71490834ad3a1f
Octal41173161111010642557237
Binary100001111101111100011001001010001101001010110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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