Html Css Color HEX #1E8E6C Elf Green

📋 copy color: '#1E8E6C'

red 30 ◦ green 142 ◦ blue 108

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

Shades of Elf Green #1E8E6C

Tints of Elf Green #1E8E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.71%

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 10.71%
G = 50.71%
B = 38.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#1E8E6C (or 0x1E8E6C) is known color: Elf Green. HEX triplet: 1E, 8E and 6C. RGB value is (30,142,108). Sum of RGB (Red+Green+Blue) = 30+142+108=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #1E8E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8E6C is #E17193. Grayscale: #686868. Windows color (decimal): -14774676 or 7114270. OLE color: 7114270.

HSL color Cylindrical-coordinate representation of color #1E8E6C: hue angle of 161.79º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8E6C is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 142 108 -
CMYK 0.79 0 0.24 0.44
HSL 161.79º 0.65% 0.34% -
HSV(B) 161.79º 0.79% 0.56% -
XYZ 12.92 20.7 17.5 -
YUV 104.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 30 142 108 0.79 0 0.24 0.44 161.79 0.65 0.34
Hex 1E 8E 6C 4F 0 18 2C A2 41 22
Octal 36 216 154 117 0 30 54 242 101 42
Binary 11110 10001110 1101100 1001111 0 11000 101100 10100010 1000001 100010

Color Harmonies of #1E8E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8E6C

Black with #1E8E6C

Text Example


Text Example

White with #1E8E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,142,108); }

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

background-color css

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

 a { background-color: rgb(30,142,108); }

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

border-color css

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

 span { border-color: rgb(30,142,108); }

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