Html Css Color HEX #1E835A Salem

📋 copy color: '#1E835A'

red 30 ◦ green 131 ◦ blue 90

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

Shades of Salem #1E835A

Tints of Salem #1E835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.19%

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 11.95%
G = 52.19%
B = 35.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#1E835A (or 0x1E835A) is known color: Salem. HEX triplet: 1E, 83 and 5A. RGB value is (30,131,90). Sum of RGB (Red+Green+Blue) = 30+131+90=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #1E835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E835A is #E17CA5. Grayscale: #606060. Windows color (decimal): -14777510 or 5931806. OLE color: 5931806.

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

Color convert

RGB 30 131 90 -
CMYK 0.77 0 0.31 0.49
HSL 155.64º 0.63% 0.32% -
HSV(B) 155.64º 0.77% 0.51% -
XYZ 10.5 17.25 12.45 -
YUV 96.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 30 131 90 0.77 0 0.31 0.49 155.64 0.63 0.32
Hex 1E 83 5A 4D 0 1F 31 9C 3F 20
Octal 36 203 132 115 0 37 61 234 77 40
Binary 11110 10000011 1011010 1001101 0 11111 110001 10011100 111111 100000

Color Harmonies of #1E835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E835A

Black with #1E835A

Text Example


Text Example

White with #1E835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,131,90); }

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

background-color css

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

 a { background-color: rgb(30,131,90); }

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

border-color css

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

 span { border-color: rgb(30,131,90); }

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