Html Css Color HEX #1E817D Elm

📋 copy color: '#1E817D'

red 30 ◦ green 129 ◦ blue 125

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

Shades of Elm #1E817D

Tints of Elm #1E817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

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

R = 10.56%
G = 45.42%
B = 44.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#1E817D (or 0x1E817D) is known color: Elm. HEX triplet: 1E, 81 and 7D. RGB value is (30,129,125). Sum of RGB (Red+Green+Blue) = 30+129+125=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #1E817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E817D is #E17E82. Grayscale: #626262. Windows color (decimal): -14777987 or 8225054. OLE color: 8225054.

HSL color Cylindrical-coordinate representation of color #1E817D: hue angle of 177.58º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E817D is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 129 125 -
CMYK 0.77 0 0.03 0.49
HSL 177.58º 0.62% 0.31% -
HSV(B) 177.58º 0.77% 0.51% -
XYZ 12.09 17.46 22.13 -
YUV 98.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 30 129 125 0.77 0 0.03 0.49 177.58 0.62 0.31
Hex 1E 81 7D 4D 0 3 31 B2 3E 1F
Octal 36 201 175 115 0 3 61 262 76 37
Binary 11110 10000001 1111101 1001101 0 11 110001 10110010 111110 11111

Color Harmonies of #1E817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E817D

Black with #1E817D

Text Example


Text Example

White with #1E817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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