#1B7F4E

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

Shades of Salem #1B7F4E

Tints of Salem #1B7F4E

Color information

#1B7F4E (or 0x1B7F4E) is unknown color: approx Salem. HEX triplet: 1B, 7F and 4E. RGB value is (27,127,78). Sum of RGB (Red+Green+Blue) = 27+127+78=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #1B7F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7F4E is #E480B1. Grayscale: #5B5B5B. Windows color (decimal): -14975154 or 5144347. OLE color: 5144347.

HSL color Cylindrical-coordinate representation of color #1B7F4E: hue angle of 150.6º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7F4E is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB2712778-
CMYK0.7900.390.50
HSL150.6º64.94%30.2%-
HSV(B)150.6º78.74%49.8%-
XYZ9.4215.969.79-
YUV91.51120.3781.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.64%
GREEN value IS 127 (50% from 255) = 54.74%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=11.64%
G=54.74%
B=33.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27127780.7900.390.50150.664.9430.2
Hex1B7F4E4F0273297411e
Octal331771161170476222710136
Binary11011111111110011101001111010011111001010010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,127,78); }

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

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

 a { background-color: rgb(27,127,78); }

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

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

 span { border-color: rgb(27,127,78); }

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