Html Css Color HEX #1E784A Salem

📋 copy color: '#1E784A'

red 30 ◦ green 120 ◦ blue 74

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

Shades of Salem #1E784A

Tints of Salem #1E784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.57%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 13.39%
G = 53.57%
B = 33.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#1E784A (or 0x1E784A) is known color: Salem. HEX triplet: 1E, 78 and 4A. RGB value is (30,120,74). Sum of RGB (Red+Green+Blue) = 30+120+74=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #1E784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E784A is #E187B5. Grayscale: #575757. Windows color (decimal): -14780342 or 4880414. OLE color: 4880414.

HSL color Cylindrical-coordinate representation of color #1E784A: hue angle of 149.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E784A is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 120 74 -
CMYK 0.75 0 0.38 0.53
HSL 149.33º 0.6% 0.29% -
HSV(B) 149.33º 0.75% 0.47% -
XYZ 8.49 14.2 8.77 -
YUV 87.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 30 120 74 0.75 0 0.38 0.53 149.33 0.6 0.29
Hex 1E 78 4A 4B 0 26 35 95 3C 1D
Octal 36 170 112 113 0 46 65 225 74 35
Binary 11110 1111000 1001010 1001011 0 100110 110101 10010101 111100 11101

Color Harmonies of #1E784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E784A

Black with #1E784A

Text Example


Text Example

White with #1E784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,120,74); }

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

background-color css

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

 a { background-color: rgb(30,120,74); }

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

border-color css

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

 span { border-color: rgb(30,120,74); }

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