Html Css Color HEX #1E8B41 Salem

📋 copy color: '#1E8B41'

red 30 ◦ green 139 ◦ blue 65

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

Shades of Salem #1E8B41

Tints of Salem #1E8B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 59.4%

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

R = 12.82%
G = 59.4%
B = 27.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#1E8B41 (or 0x1E8B41) is known color: Salem. HEX triplet: 1E, 8B and 41. RGB value is (30,139,65). Sum of RGB (Red+Green+Blue) = 30+139+65=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #1E8B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8B41 is #E174BE. Grayscale: #626262. Windows color (decimal): -14775487 or 4295454. OLE color: 4295454.

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

Color convert

RGB 30 139 65 -
CMYK 0.78 0 0.53 0.45
HSL 139.27º 0.64% 0.33% -
HSV(B) 139.27º 0.78% 0.55% -
XYZ 10.72 19.12 8.13 -
YUV 97.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 30 139 65 0.78 0 0.53 0.45 139.27 0.64 0.33
Hex 1E 8B 41 4E 0 35 2D 8B 40 21
Octal 36 213 101 116 0 65 55 213 100 41
Binary 11110 10001011 1000001 1001110 0 110101 101101 10001011 1000000 100001

Color Harmonies of #1E8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8B41

Black with #1E8B41

Text Example


Text Example

White with #1E8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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