#217F79

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

Shades of Elm #217F79

Tints of Elm #217F79

Color information

#217F79 (or 0x217F79) is unknown color: approx Elm. HEX triplet: 21, 7F and 79. RGB value is (33,127,121). Sum of RGB (Red+Green+Blue) = 33+127+121=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #217F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F79 is #DE8086. Grayscale: #626262. Windows color (decimal): -14581895 or 7962401. OLE color: 7962401.

HSL color Cylindrical-coordinate representation of color #217F79: hue angle of 176.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F79 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB33127121-
CMYK0.7400.050.50
HSL176.17º58.75%31.37%-
HSV(B)176.17º74.02%49.8%-
XYZ11.6716.8820.73-
YUV98.21140.8681.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 127 (50% from 255) = 45.20%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=11.74%
G=45.20%
B=43.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331271210.7400.050.50176.1758.7531.37
Hex217F794A0532b03b1f
Octal4117717111205622607337
Binary10000111111111111001100101001011100101011000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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