Html Css Color HEX #217271 Elm

📋 copy color: '#217271'

red 33 ◦ green 114 ◦ blue 113

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

Shades of Elm #217271

Tints of Elm #217271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

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

R = 12.69%
G = 43.85%
B = 43.46%

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

#217271 (or 0x217271) is known color: Elm. HEX triplet: 21, 72 and 71. RGB value is (33,114,113). Sum of RGB (Red+Green+Blue) = 33+114+113=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #217271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217271 is #DE8D8E. Grayscale: #595959. Windows color (decimal): -14585231 or 7434785. OLE color: 7434785.

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

Color convert

RGB 33 114 113 -
CMYK 0.71 0 0.01 0.55
HSL 179.26º 0.55% 0.29% -
HSV(B) 179.26º 0.71% 0.45% -
XYZ 9.63 13.55 17.73 -
YUV 89.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 33 114 113 0.71 0 0.01 0.55 179.26 0.55 0.29
Hex 21 72 71 47 0 1 37 B3 37 1D
Octal 41 162 161 107 0 1 67 263 67 35
Binary 100001 1110010 1110001 1000111 0 1 110111 10110011 110111 11101

Color Harmonies of #217271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217271

Black with #217271

Text Example


Text Example

White with #217271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217271; }

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

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

background-color css

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

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

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

border-color css

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

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

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