#1C8B51

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

Shades of Salem #1C8B51

Tints of Salem #1C8B51

Color information

#1C8B51 (or 0x1C8B51) is unknown color: approx Salem. HEX triplet: 1C, 8B and 51. RGB value is (28,139,81). Sum of RGB (Red+Green+Blue) = 28+139+81=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8B51 is #E374AE. Grayscale: #636363. Windows color (decimal): -14906543 or 5344028. OLE color: 5344028.

HSL color Cylindrical-coordinate representation of color #1C8B51: hue angle of 148.65º degrees, saturation: 0.66, 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 #1C8B51 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB2813981-
CMYK0.8000.420.45
HSL148.65º66.47%32.75%-
HSV(B)148.65º79.86%54.51%-
XYZ11.219.3110.92-
YUV99.2117.7377.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 139 (54.69% from 255) = 56.05%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=11.29%
G=56.05%
B=32.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28139810.8000.420.45148.6566.4732.75
Hex1C8B515002A2D954221
Octal342131211200525522510241
Binary1110010001011101000110100000101010101101100101011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,139,81); }

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

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

 a { background-color: rgb(28,139,81); }

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

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

 span { border-color: rgb(28,139,81); }

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