Html Css Color HEX #1C7F49 Salem

📋 copy color: '#1C7F49'

red 28 ◦ green 127 ◦ blue 73

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

Shades of Salem #1C7F49

Tints of Salem #1C7F49

RGB

 RED value IS 28 (11.33% from 255) = 12.28%

 GREEN value IS 127 (50% from 255) = 55.7%

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 12.28%
G = 55.7%
B = 32.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#1C7F49 (or 0x1C7F49) is known color: Salem. HEX triplet: 1C, 7F and 49. RGB value is (28,127,73). Sum of RGB (Red+Green+Blue) = 28+127+73=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #1C7F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7F49 is #E380B6. Grayscale: #5B5B5B. Windows color (decimal): -14909623 or 4816668. OLE color: 4816668.

HSL color Cylindrical-coordinate representation of color #1C7F49: hue angle of 147.27º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7F49 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 28 127 73 -
CMYK 0.78 0 0.43 0.50
HSL 147.27º 0.64% 0.3% -
HSV(B) 147.27º 0.78% 0.5% -
XYZ 9.27 15.91 8.88 -
YUV 91.24 117.7 82.89 -
System Red Green Blue C M Y K H S L
Decimal 28 127 73 0.78 0 0.43 0.50 147.27 0.64 0.3
Hex 1C 7F 49 4E 0 2B 32 93 40 1E
Octal 34 177 111 116 0 53 62 223 100 36
Binary 11100 1111111 1001001 1001110 0 101011 110010 10010011 1000000 11110

Color Harmonies of #1C7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7F49

Black with #1C7F49

Text Example


Text Example

White with #1C7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C7F49; }

 p { color: rgb(28,127,73); }

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

background-color css

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

 a { background-color: rgb(28,127,73); }

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

border-color css

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

 span { border-color: rgb(28,127,73); }

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