Html Css Color HEX #1E837C Elm

📋 copy color: '#1E837C'

red 30 ◦ green 131 ◦ blue 124

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

Shades of Elm #1E837C

Tints of Elm #1E837C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 10.53%
G = 45.96%
B = 43.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#1E837C (or 0x1E837C) is known color: Elm. HEX triplet: 1E, 83 and 7C. RGB value is (30,131,124). Sum of RGB (Red+Green+Blue) = 30+131+124=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #1E837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E837C is #E17C83. Grayscale: #636363. Windows color (decimal): -14777476 or 8160030. OLE color: 8160030.

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

Color convert

RGB 30 131 124 -
CMYK 0.77 0 0.05 0.49
HSL 175.84º 0.63% 0.32% -
HSV(B) 175.84º 0.77% 0.51% -
XYZ 12.29 17.96 21.89 -
YUV 100 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 30 131 124 0.77 0 0.05 0.49 175.84 0.63 0.32
Hex 1E 83 7C 4D 0 5 31 B0 3F 20
Octal 36 203 174 115 0 5 61 260 77 40
Binary 11110 10000011 1111100 1001101 0 101 110001 10110000 111111 100000

Color Harmonies of #1E837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E837C

Black with #1E837C

Text Example


Text Example

White with #1E837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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