Html Css Color HEX #1E784E Salem

📋 copy color: '#1E784E'

red 30 ◦ green 120 ◦ blue 78

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

Shades of Salem #1E784E

Tints of Salem #1E784E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 13.16%
G = 52.63%
B = 34.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#1E784E (or 0x1E784E) is known color: Salem. HEX triplet: 1E, 78 and 4E. RGB value is (30,120,78). Sum of RGB (Red+Green+Blue) = 30+120+78=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #1E784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E784E is #E187B1. Grayscale: #585858. Windows color (decimal): -14780338 or 5142558. OLE color: 5142558.

HSL color Cylindrical-coordinate representation of color #1E784E: hue angle of 152º 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 #1E784E is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 120 78 -
CMYK 0.75 0 0.35 0.53
HSL 152º 0.6% 0.29% -
HSV(B) 152º 0.75% 0.47% -
XYZ 8.63 14.26 9.51 -
YUV 88.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 30 120 78 0.75 0 0.35 0.53 152 0.6 0.29
Hex 1E 78 4E 4B 0 23 35 98 3C 1D
Octal 36 170 116 113 0 43 65 230 74 35
Binary 11110 1111000 1001110 1001011 0 100011 110101 10011000 111100 11101

Color Harmonies of #1E784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E784E

Black with #1E784E

Text Example


Text Example

White with #1E784E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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