Html Css Color HEX #217D73 Elm

📋 copy color: '#217D73'

red 33 ◦ green 125 ◦ blue 115

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

Shades of Elm #217D73

Tints of Elm #217D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.79%

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

R = 12.09%
G = 45.79%
B = 42.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#217D73 (or 0x217D73) is known color: Elm. HEX triplet: 21, 7D and 73. RGB value is (33,125,115). Sum of RGB (Red+Green+Blue) = 33+125+115=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #217D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D73 is #DE828C. Grayscale: #606060. Windows color (decimal): -14582413 or 7568673. OLE color: 7568673.

HSL color Cylindrical-coordinate representation of color #217D73: hue angle of 173.48º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D73 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 125 115 -
CMYK 0.74 0 0.08 0.51
HSL 173.48º 0.58% 0.31% -
HSV(B) 173.48º 0.74% 0.49% -
XYZ 11.06 16.23 18.77 -
YUV 96.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 33 125 115 0.74 0 0.08 0.51 173.48 0.58 0.31
Hex 21 7D 73 4A 0 8 33 AD 3A 1F
Octal 41 175 163 112 0 10 63 255 72 37
Binary 100001 1111101 1110011 1001010 0 1000 110011 10101101 111010 11111

Color Harmonies of #217D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D73

Black with #217D73

Text Example


Text Example

White with #217D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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