#1B8E48

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

Shades of Salem #1B8E48

Tints of Salem #1B8E48

Color information

#1B8E48 (or 0x1B8E48) is unknown color: approx Salem. HEX triplet: 1B, 8E and 48. RGB value is (27,142,72). Sum of RGB (Red+Green+Blue) = 27+142+72=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #1B8E48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8E48 is #E471B7. Grayscale: #636363. Windows color (decimal): -14971320 or 4754971. OLE color: 4754971.

HSL color Cylindrical-coordinate representation of color #1B8E48: hue angle of 143.48º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8E48 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB2714272-
CMYK0.8100.490.44
HSL143.48º68.05%33.14%-
HSV(B)143.48º80.99%55.69%-
XYZ11.2920.059.41-
YUV99.64112.476.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.20%
GREEN value IS 142 (55.86% from 255) = 58.92%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=11.20%
G=58.92%
B=29.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27142720.8100.490.44143.4868.0533.14
Hex1B8E48510312C8f4421
Octal332161101210615421710441
Binary1101110001110100100010100010110001101100100011111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,142,72); }

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

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

 a { background-color: rgb(27,142,72); }

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

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

 span { border-color: rgb(27,142,72); }

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