Html Css Color HEX #217873 Elm

📋 copy color: '#217873'

red 33 ◦ green 120 ◦ blue 115

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

Shades of Elm #217873

Tints of Elm #217873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.78%

 BLUE value IS 115 (45.31% from 255) = 42.91%

R = 12.31%
G = 44.78%
B = 42.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#217873 (or 0x217873) is known color: Elm. HEX triplet: 21, 78 and 73. RGB value is (33,120,115). Sum of RGB (Red+Green+Blue) = 33+120+115=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #217873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217873 is #DE878C. Grayscale: #5D5D5D. Windows color (decimal): -14583693 or 7567393. OLE color: 7567393.

HSL color Cylindrical-coordinate representation of color #217873: hue angle of 176.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 #217873 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 120 115 -
CMYK 0.72 0 0.04 0.53
HSL 176.55º 0.57% 0.3% -
HSV(B) 176.55º 0.73% 0.47% -
XYZ 10.44 14.99 18.56 -
YUV 93.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 33 120 115 0.72 0 0.04 0.53 176.55 0.57 0.3
Hex 21 78 73 48 0 4 35 B1 39 1E
Octal 41 170 163 110 0 4 65 261 71 36
Binary 100001 1111000 1110011 1001000 0 100 110101 10110001 111001 11110

Color Harmonies of #217873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217873

Black with #217873

Text Example


Text Example

White with #217873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217873; }

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

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

background-color css

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

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

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

border-color css

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

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

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