Html Css Color HEX #1C7950 Salem

📋 copy color: '#1C7950'

red 28 ◦ green 121 ◦ blue 80

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

Shades of Salem #1C7950

Tints of Salem #1C7950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.84%

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

R = 12.23%
G = 52.84%
B = 34.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#1C7950 (or 0x1C7950) is known color: Salem. HEX triplet: 1C, 79 and 50. RGB value is (28,121,80). Sum of RGB (Red+Green+Blue) = 28+121+80=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7950 is #E386AF. Grayscale: #585858. Windows color (decimal): -14911152 or 5273884. OLE color: 5273884.

HSL color Cylindrical-coordinate representation of color #1C7950: hue angle of 153.55º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7950 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 121 80 -
CMYK 0.77 0 0.34 0.53
HSL 153.55º 0.62% 0.29% -
HSV(B) 153.55º 0.77% 0.47% -
XYZ 8.76 14.5 9.93 -
YUV 88.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 28 121 80 0.77 0 0.34 0.53 153.55 0.62 0.29
Hex 1C 79 50 4D 0 22 35 9A 3E 1D
Octal 34 171 120 115 0 42 65 232 76 35
Binary 11100 1111001 1010000 1001101 0 100010 110101 10011010 111110 11101

Color Harmonies of #1C7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7950

Black with #1C7950

Text Example


Text Example

White with #1C7950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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