Html Css Color HEX #1E7352 Salem

📋 copy color: '#1E7352'

red 30 ◦ green 115 ◦ blue 82

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

Shades of Salem #1E7352

Tints of Salem #1E7352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 13.22%
G = 50.66%
B = 36.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#1E7352 (or 0x1E7352) is known color: Salem. HEX triplet: 1E, 73 and 52. RGB value is (30,115,82). Sum of RGB (Red+Green+Blue) = 30+115+82=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7352 is #E18CAD. Grayscale: #555555. Windows color (decimal): -14781614 or 5403422. OLE color: 5403422.

HSL color Cylindrical-coordinate representation of color #1E7352: hue angle of 156.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7352 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 115 82 -
CMYK 0.74 0 0.29 0.55
HSL 156.71º 0.59% 0.28% -
HSV(B) 156.71º 0.74% 0.45% -
XYZ 8.19 13.15 10.09 -
YUV 85.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 30 115 82 0.74 0 0.29 0.55 156.71 0.59 0.28
Hex 1E 73 52 4A 0 1D 37 9D 3B 1C
Octal 36 163 122 112 0 35 67 235 73 34
Binary 11110 1110011 1010010 1001010 0 11101 110111 10011101 111011 11100

Color Harmonies of #1E7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7352

Black with #1E7352

Text Example


Text Example

White with #1E7352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,115,82); }

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

background-color css

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

 a { background-color: rgb(30,115,82); }

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

border-color css

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

 span { border-color: rgb(30,115,82); }

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