Html Css Color HEX #1C7150 Salem

📋 copy color: '#1C7150'

red 28 ◦ green 113 ◦ blue 80

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

Shades of Salem #1C7150

Tints of Salem #1C7150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.13%

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

R = 12.67%
G = 51.13%
B = 36.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#1C7150 (or 0x1C7150) is known color: Salem. HEX triplet: 1C, 71 and 50. RGB value is (28,113,80). Sum of RGB (Red+Green+Blue) = 28+113+80=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7150 is #E38EAF. Grayscale: #535353. Windows color (decimal): -14913200 or 5271836. OLE color: 5271836.

HSL color Cylindrical-coordinate representation of color #1C7150: hue angle of 156.71º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7150 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 113 80 -
CMYK 0.75 0 0.29 0.56
HSL 156.71º 0.6% 0.28% -
HSV(B) 156.71º 0.75% 0.44% -
XYZ 7.83 12.64 9.62 -
YUV 83.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 28 113 80 0.75 0 0.29 0.56 156.71 0.6 0.28
Hex 1C 71 50 4B 0 1D 38 9D 3C 1C
Octal 34 161 120 113 0 35 70 235 74 34
Binary 11100 1110001 1010000 1001011 0 11101 111000 10011101 111100 11100

Color Harmonies of #1C7150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7150

Black with #1C7150

Text Example


Text Example

White with #1C7150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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