Html Css Color HEX #217272 Elm

📋 copy color: '#217272'

red 33 ◦ green 114 ◦ blue 114

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

Shades of Elm #217272

Tints of Elm #217272

RGB

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

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

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

R = 12.64%
G = 43.68%
B = 43.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#217272 (or 0x217272) is known color: Elm. HEX triplet: 21, 72 and 72. RGB value is (33,114,114). Sum of RGB (Red+Green+Blue) = 33+114+114=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #217272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217272 is #DE8D8D. Grayscale: #595959. Windows color (decimal): -14585230 or 7500321. OLE color: 7500321.

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

Color convert

RGB 33 114 114 -
CMYK 0.71 0 0 0.55
HSL 180º 0.55% 0.29% -
HSV(B) 180º 0.71% 0.45% -
XYZ 9.68 13.57 18.03 -
YUV 89.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 33 114 114 0.71 0 0 0.55 180 0.55 0.29
Hex 21 72 72 47 0 0 37 B4 37 1D
Octal 41 162 162 107 0 0 67 264 67 35
Binary 100001 1110010 1110010 1000111 0 0 110111 10110100 110111 11101

Color Harmonies of #217272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217272

Black with #217272

Text Example


Text Example

White with #217272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217272; }

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

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

background-color css

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

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

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

border-color css

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

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

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