Html Css Color HEX #217971 Elm

📋 copy color: '#217971'

red 33 ◦ green 121 ◦ blue 113

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

Shades of Elm #217971

Tints of Elm #217971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.32%

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

R = 12.36%
G = 45.32%
B = 42.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#217971 (or 0x217971) is known color: Elm. HEX triplet: 21, 79 and 71. RGB value is (33,121,113). Sum of RGB (Red+Green+Blue) = 33+121+113=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #217971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217971 is #DE868E. Grayscale: #5D5D5D. Windows color (decimal): -14583439 or 7436577. OLE color: 7436577.

HSL color Cylindrical-coordinate representation of color #217971: hue angle of 174.55º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217971 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 121 113 -
CMYK 0.73 0 0.07 0.53
HSL 174.55º 0.57% 0.3% -
HSV(B) 174.55º 0.73% 0.47% -
XYZ 10.45 15.19 18 -
YUV 93.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 33 121 113 0.73 0 0.07 0.53 174.55 0.57 0.3
Hex 21 79 71 49 0 7 35 AF 39 1E
Octal 41 171 161 111 0 7 65 257 71 36
Binary 100001 1111001 1110001 1001001 0 111 110101 10101111 111001 11110

Color Harmonies of #217971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217971

Black with #217971

Text Example


Text Example

White with #217971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217971; }

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

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

background-color css

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

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

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

border-color css

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

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

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