Html Css Color HEX #1E8468 Elf Green

📋 copy color: '#1E8468'

red 30 ◦ green 132 ◦ blue 104

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

Shades of Elf Green #1E8468

Tints of Elf Green #1E8468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

 BLUE value IS 104 (41.02% from 255) = 39.1%

R = 11.28%
G = 49.62%
B = 39.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#1E8468 (or 0x1E8468) is known color: Elf Green. HEX triplet: 1E, 84 and 68. RGB value is (30,132,104). Sum of RGB (Red+Green+Blue) = 30+132+104=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8468 is #E17B97. Grayscale: #626262. Windows color (decimal): -14777240 or 6849566. OLE color: 6849566.

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

Color convert

RGB 30 132 104 -
CMYK 0.77 0 0.21 0.48
HSL 163.53º 0.63% 0.32% -
HSV(B) 163.53º 0.77% 0.52% -
XYZ 11.29 17.78 15.93 -
YUV 98.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 30 132 104 0.77 0 0.21 0.48 163.53 0.63 0.32
Hex 1E 84 68 4D 0 15 30 A4 3F 20
Octal 36 204 150 115 0 25 60 244 77 40
Binary 11110 10000100 1101000 1001101 0 10101 110000 10100100 111111 100000

Color Harmonies of #1E8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8468

Black with #1E8468

Text Example


Text Example

White with #1E8468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,132,104); }

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

background-color css

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

 a { background-color: rgb(30,132,104); }

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

border-color css

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

 span { border-color: rgb(30,132,104); }

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