Html Css Color HEX #1E8941 Salem

📋 copy color: '#1E8941'

red 30 ◦ green 137 ◦ blue 65

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

Shades of Salem #1E8941

Tints of Salem #1E8941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.05%

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 12.93%
G = 59.05%
B = 28.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#1E8941 (or 0x1E8941) is known color: Salem. HEX triplet: 1E, 89 and 41. RGB value is (30,137,65). Sum of RGB (Red+Green+Blue) = 30+137+65=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #1E8941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8941 is #E176BE. Grayscale: #606060. Windows color (decimal): -14775999 or 4294942. OLE color: 4294942.

HSL color Cylindrical-coordinate representation of color #1E8941: hue angle of 139.63º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8941 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 30 137 65 -
CMYK 0.78 0 0.53 0.46
HSL 139.63º 0.64% 0.33% -
HSV(B) 139.63º 0.78% 0.54% -
XYZ 10.44 18.55 8.03 -
YUV 96.8 110.05 80.35 -
System Red Green Blue C M Y K H S L
Decimal 30 137 65 0.78 0 0.53 0.46 139.63 0.64 0.33
Hex 1E 89 41 4E 0 35 2E 8C 40 21
Octal 36 211 101 116 0 65 56 214 100 41
Binary 11110 10001001 1000001 1001110 0 110101 101110 10001100 1000000 100001

Color Harmonies of #1E8941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8941

Black with #1E8941

Text Example


Text Example

White with #1E8941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,137,65); }

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

background-color css

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

 a { background-color: rgb(30,137,65); }

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

border-color css

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

 span { border-color: rgb(30,137,65); }

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