Html Css Color HEX #1C7250 Salem

📋 copy color: '#1C7250'

red 28 ◦ green 114 ◦ blue 80

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

Shades of Salem #1C7250

Tints of Salem #1C7250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.04%

R = 12.61%
G = 51.35%
B = 36.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#1C7250 (or 0x1C7250) is known color: Salem. HEX triplet: 1C, 72 and 50. RGB value is (28,114,80). Sum of RGB (Red+Green+Blue) = 28+114+80=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7250 is #E38DAF. Grayscale: #545454. Windows color (decimal): -14912944 or 5272092. OLE color: 5272092.

HSL color Cylindrical-coordinate representation of color #1C7250: hue angle of 156.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7250 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 114 80 -
CMYK 0.75 0 0.30 0.55
HSL 156.28º 0.61% 0.28% -
HSV(B) 156.28º 0.75% 0.45% -
XYZ 7.94 12.86 9.65 -
YUV 84.41 125.51 87.76 -
System Red Green Blue C M Y K H S L
Decimal 28 114 80 0.75 0 0.30 0.55 156.28 0.61 0.28
Hex 1C 72 50 4B 0 1E 37 9C 3D 1C
Octal 34 162 120 113 0 36 67 234 75 34
Binary 11100 1110010 1010000 1001011 0 11110 110111 10011100 111101 11100

Color Harmonies of #1C7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7250

Black with #1C7250

Text Example


Text Example

White with #1C7250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,114,80); }

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

background-color css

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

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

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

border-color css

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

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

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