Html Css Color HEX #217E47 Salem

📋 copy color: '#217E47'

red 33 ◦ green 126 ◦ blue 71

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

Shades of Salem #217E47

Tints of Salem #217E47

RGB

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

 GREEN value IS 126 (49.61% from 255) = 54.78%

 BLUE value IS 71 (28.13% from 255) = 30.87%

R = 14.35%
G = 54.78%
B = 30.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#217E47 (or 0x217E47) is known color: Salem. HEX triplet: 21, 7E and 47. RGB value is (33,126,71). Sum of RGB (Red+Green+Blue) = 33+126+71=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 126 (49.61% from 255 or 54.78% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 126 - color contains mainly: green. Hex color #217E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E47 is #DE81B8. Grayscale: #5C5C5C. Windows color (decimal): -14582201 or 4685345. OLE color: 4685345.

HSL color Cylindrical-coordinate representation of color #217E47: hue angle of 144.52º 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 #217E47 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 126 71 -
CMYK 0.74 0 0.44 0.51
HSL 144.52º 0.58% 0.31% -
HSV(B) 144.52º 0.74% 0.49% -
XYZ 9.23 15.7 8.51 -
YUV 91.92 116.19 85.97 -
System Red Green Blue C M Y K H S L
Decimal 33 126 71 0.74 0 0.44 0.51 144.52 0.58 0.31
Hex 21 7E 47 4A 0 2C 33 91 3A 1F
Octal 41 176 107 112 0 54 63 221 72 37
Binary 100001 1111110 1000111 1001010 0 101100 110011 10010001 111010 11111

Color Harmonies of #217E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217E47

Black with #217E47

Text Example


Text Example

White with #217E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,126,71); }

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

background-color css

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

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

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

border-color css

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

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

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