Html Css Color HEX #1E8257 Salem

📋 copy color: '#1E8257'

red 30 ◦ green 130 ◦ blue 87

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

Shades of Salem #1E8257

Tints of Salem #1E8257

RGB

 RED value IS 30 (12.11% from 255) = 12.15%

 GREEN value IS 130 (51.17% from 255) = 52.63%

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 12.15%
G = 52.63%
B = 35.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#1E8257 (or 0x1E8257) is known color: Salem. HEX triplet: 1E, 82 and 57. RGB value is (30,130,87). Sum of RGB (Red+Green+Blue) = 30+130+87=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8257 is #E17DA8. Grayscale: #5F5F5F. Windows color (decimal): -14777769 or 5734942. OLE color: 5734942.

HSL color Cylindrical-coordinate representation of color #1E8257: hue angle of 154.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8257 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 130 87 -
CMYK 0.77 0 0.33 0.49
HSL 154.2º 0.63% 0.31% -
HSV(B) 154.2º 0.77% 0.51% -
XYZ 10.24 16.93 11.74 -
YUV 95.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 30 130 87 0.77 0 0.33 0.49 154.2 0.63 0.31
Hex 1E 82 57 4D 0 21 31 9A 3E 1F
Octal 36 202 127 115 0 41 61 232 76 37
Binary 11110 10000010 1010111 1001101 0 100001 110001 10011010 111110 11111

Color Harmonies of #1E8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8257

Black with #1E8257

Text Example


Text Example

White with #1E8257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,130,87); }

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

background-color css

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

 a { background-color: rgb(30,130,87); }

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

border-color css

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

 span { border-color: rgb(30,130,87); }

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