Html Css Color HEX #217371 Elm

📋 copy color: '#217371'

red 33 ◦ green 115 ◦ blue 113

#217371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #217371

Tints of Elm #217371

RGB

 RED value IS 33 (13.28% from 255) = 12.64%

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 12.64%
G = 44.06%
B = 43.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#217371 (or 0x217371) is known color: Elm. HEX triplet: 21, 73 and 71. RGB value is (33,115,113). Sum of RGB (Red+Green+Blue) = 33+115+113=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #217371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217371 is #DE8C8E. Grayscale: #5A5A5A. Windows color (decimal): -14584975 or 7435041. OLE color: 7435041.

HSL color Cylindrical-coordinate representation of color #217371: hue angle of 178.54º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217371 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 115 113 -
CMYK 0.71 0 0.02 0.55
HSL 178.54º 0.55% 0.29% -
HSV(B) 178.54º 0.71% 0.45% -
XYZ 9.74 13.78 17.77 -
YUV 90.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 33 115 113 0.71 0 0.02 0.55 178.54 0.55 0.29
Hex 21 73 71 47 0 2 37 B3 37 1D
Octal 41 163 161 107 0 2 67 263 67 35
Binary 100001 1110011 1110001 1000111 0 10 110111 10110011 110111 11101

Color Harmonies of #217371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217371

Black with #217371

Text Example


Text Example

White with #217371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217371; }

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

 H1.HeaderClassName
 {
   color: #217371;
 }
 .AnyTagClassName
 {
   color: #217371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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