Html Css Color HEX #1E9575 Elf Green

📋 copy color: '#1E9575'

red 30 ◦ green 149 ◦ blue 117

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

Shades of Elf Green #1E9575

Tints of Elf Green #1E9575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.34%

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 10.14%
G = 50.34%
B = 39.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#1E9575 (or 0x1E9575) is known color: Elf Green. HEX triplet: 1E, 95 and 75. RGB value is (30,149,117). Sum of RGB (Red+Green+Blue) = 30+149+117=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #1E9575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9575 is #E16A8A. Grayscale: #6D6D6D. Windows color (decimal): -14772875 or 7705886. OLE color: 7705886.

HSL color Cylindrical-coordinate representation of color #1E9575: hue angle of 163.87º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9575 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 149 117 -
CMYK 0.80 0 0.21 0.42
HSL 163.87º 0.66% 0.35% -
HSV(B) 163.87º 0.8% 0.58% -
XYZ 14.49 23.06 20.52 -
YUV 109.77 132.08 71.1 -
System Red Green Blue C M Y K H S L
Decimal 30 149 117 0.80 0 0.21 0.42 163.87 0.66 0.35
Hex 1E 95 75 50 0 15 2A A4 42 23
Octal 36 225 165 120 0 25 52 244 102 43
Binary 11110 10010101 1110101 1010000 0 10101 101010 10100100 1000010 100011

Color Harmonies of #1E9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9575

Black with #1E9575

Text Example


Text Example

White with #1E9575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,149,117); }

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

background-color css

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

 a { background-color: rgb(30,149,117); }

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

border-color css

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

 span { border-color: rgb(30,149,117); }

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