Html Css Color HEX #217372 Elm

📋 copy color: '#217372'

red 33 ◦ green 115 ◦ blue 114

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

Shades of Elm #217372

Tints of Elm #217372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 12.6%
G = 43.89%
B = 43.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#217372 (or 0x217372) is known color: Elm. HEX triplet: 21, 73 and 72. RGB value is (33,115,114). Sum of RGB (Red+Green+Blue) = 33+115+114=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #217372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217372 is #DE8C8D. Grayscale: #5A5A5A. Windows color (decimal): -14584974 or 7500577. OLE color: 7500577.

HSL color Cylindrical-coordinate representation of color #217372: hue angle of 179.27º 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 #217372 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 115 114 -
CMYK 0.71 0 0.01 0.55
HSL 179.27º 0.55% 0.29% -
HSV(B) 179.27º 0.71% 0.45% -
XYZ 9.8 13.8 18.07 -
YUV 90.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 33 115 114 0.71 0 0.01 0.55 179.27 0.55 0.29
Hex 21 73 72 47 0 1 37 B3 37 1D
Octal 41 163 162 107 0 1 67 263 67 35
Binary 100001 1110011 1110010 1000111 0 1 110111 10110011 110111 11101

Color Harmonies of #217372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217372

Black with #217372

Text Example


Text Example

White with #217372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217372; }

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

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

background-color css

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

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

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

border-color css

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

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

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