#1C8C46

Color #1C8C46 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #1C8C46

Tints of Salem #1C8C46

Color information

#1C8C46 (or 0x1C8C46) is unknown color: approx Salem. HEX triplet: 1C, 8C and 46. RGB value is (28,140,70). Sum of RGB (Red+Green+Blue) = 28+140+70=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8C46 is #E373B9. Grayscale: #626262. Windows color (decimal): -14906298 or 4623388. OLE color: 4623388.

HSL color Cylindrical-coordinate representation of color #1C8C46: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8C46 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB2814070-
CMYK0.8000.500.45
HSL142.5º66.67%32.94%-
HSV(B)142.5º80%54.9%-
XYZ10.9619.458.97-
YUV98.53111.8977.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.76%
GREEN value IS 140 (55.08% from 255) = 58.82%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=11.76%
G=58.82%
B=29.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28140700.8000.500.45142.566.6732.94
Hex1C8C46500322D8e4321
Octal342141061200625521610341
Binary1110010001100100011010100000110010101101100011101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,140,70); }

 H1.HeaderClassName
 {
   color: #1C8C46;
 }
 .AnyTagClassName
 {
   color: #1C8C46;
 }
</style>
background-color css

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

 a { background-color: rgb(28,140,70); }

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

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

 span { border-color: rgb(28,140,70); }

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