Html Css Color HEX #1E857D Elm

📋 copy color: '#1E857D'

red 30 ◦ green 133 ◦ blue 125

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

Shades of Elm #1E857D

Tints of Elm #1E857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 10.42%
G = 46.18%
B = 43.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#1E857D (or 0x1E857D) is known color: Elm. HEX triplet: 1E, 85 and 7D. RGB value is (30,133,125). Sum of RGB (Red+Green+Blue) = 30+133+125=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #1E857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E857D is #E17A82. Grayscale: #656565. Windows color (decimal): -14776963 or 8226078. OLE color: 8226078.

HSL color Cylindrical-coordinate representation of color #1E857D: hue angle of 175.34º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E857D is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 133 125 -
CMYK 0.77 0 0.06 0.48
HSL 175.34º 0.63% 0.32% -
HSV(B) 175.34º 0.77% 0.52% -
XYZ 12.62 18.53 22.31 -
YUV 101.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 30 133 125 0.77 0 0.06 0.48 175.34 0.63 0.32
Hex 1E 85 7D 4D 0 6 30 AF 3F 20
Octal 36 205 175 115 0 6 60 257 77 40
Binary 11110 10000101 1111101 1001101 0 110 110000 10101111 111111 100000

Color Harmonies of #1E857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E857D

Black with #1E857D

Text Example


Text Example

White with #1E857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,133,125); }

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

background-color css

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

 a { background-color: rgb(30,133,125); }

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

border-color css

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

 span { border-color: rgb(30,133,125); }

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