Html Css Color HEX #217D47 Salem

📋 copy color: '#217D47'

red 33 ◦ green 125 ◦ blue 71

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

Shades of Salem #217D47

Tints of Salem #217D47

RGB

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

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

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

R = 14.41%
G = 54.59%
B = 31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#217D47 (or 0x217D47) is known color: Salem. HEX triplet: 21, 7D and 47. RGB value is (33,125,71). Sum of RGB (Red+Green+Blue) = 33+125+71=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #217D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217D47 is #DE82B8. Grayscale: #5B5B5B. Windows color (decimal): -14582457 or 4685089. OLE color: 4685089.

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

Color convert

RGB 33 125 71 -
CMYK 0.74 0 0.43 0.51
HSL 144.78º 0.58% 0.31% -
HSV(B) 144.78º 0.74% 0.49% -
XYZ 9.1 15.45 8.46 -
YUV 91.34 116.52 86.39 -
System Red Green Blue C M Y K H S L
Decimal 33 125 71 0.74 0 0.43 0.51 144.78 0.58 0.31
Hex 21 7D 47 4A 0 2B 33 91 3A 1F
Octal 41 175 107 112 0 53 63 221 72 37
Binary 100001 1111101 1000111 1001010 0 101011 110011 10010001 111010 11111

Color Harmonies of #217D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D47

Black with #217D47

Text Example


Text Example

White with #217D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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