#217F74

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

Shades of Elm #217F74

Tints of Elm #217F74

Color information

#217F74 (or 0x217F74) is unknown color: approx Elm. HEX triplet: 21, 7F and 74. RGB value is (33,127,116). Sum of RGB (Red+Green+Blue) = 33+127+116=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #217F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F74 is #DE808B. Grayscale: #616161. Windows color (decimal): -14581900 or 7634721. OLE color: 7634721.

HSL color Cylindrical-coordinate representation of color #217F74: hue angle of 172.98º 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 #217F74 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB33127116-
CMYK0.7400.090.50
HSL172.98º58.75%31.37%-
HSV(B)172.98º74.02%49.8%-
XYZ11.3716.7619.16-
YUV97.64138.3681.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=11.96%
G=46.01%
B=42.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331271160.7400.090.50172.9858.7531.37
Hex217F744A0932ad3b1f
Octal41177164112011622557337
Binary100001111111111101001001010010011100101010110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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