Html Css Color HEX #1E834F Salem

📋 copy color: '#1E834F'

red 30 ◦ green 131 ◦ blue 79

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

Shades of Salem #1E834F

Tints of Salem #1E834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 12.5%
G = 54.58%
B = 32.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#1E834F (or 0x1E834F) is known color: Salem. HEX triplet: 1E, 83 and 4F. RGB value is (30,131,79). Sum of RGB (Red+Green+Blue) = 30+131+79=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #1E834F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E834F is #E17CB0. Grayscale: #5E5E5E. Windows color (decimal): -14777521 or 5210910. OLE color: 5210910.

HSL color Cylindrical-coordinate representation of color #1E834F: hue angle of 149.11º 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 #1E834F is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 131 79 -
CMYK 0.77 0 0.40 0.49
HSL 149.11º 0.63% 0.32% -
HSV(B) 149.11º 0.77% 0.51% -
XYZ 10.06 17.07 10.16 -
YUV 94.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 30 131 79 0.77 0 0.40 0.49 149.11 0.63 0.32
Hex 1E 83 4F 4D 0 28 31 95 3F 20
Octal 36 203 117 115 0 50 61 225 77 40
Binary 11110 10000011 1001111 1001101 0 101000 110001 10010101 111111 100000

Color Harmonies of #1E834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E834F

Black with #1E834F

Text Example


Text Example

White with #1E834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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