#1E826F

Color #1E826F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1E826F

Tints of Elf Green #1E826F

Color information

#1E826F (or 0x1E826F) is unknown color: approx Elf Green. HEX triplet: 1E, 82 and 6F. RGB value is (30,130,111). Sum of RGB (Red+Green+Blue) = 30+130+111=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #1E826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E826F is #E17D90. Grayscale: #616161. Windows color (decimal): -14777745 or 7307806. OLE color: 7307806.

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

Color convert

RGB30130111-
CMYK0.7700.150.49
HSL168.6º62.5%31.37%-
HSV(B)168.6º76.92%50.98%-
XYZ11.3917.3917.8-
YUV97.93135.3779.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.07%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=11.07%
G=47.97%
B=40.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal301301110.7700.150.49168.662.531.37
Hex1E826F4D0F31a93e1f
Octal36202157115017612517637
Binary111101000001011011111001101011111100011010100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,130,111); }

 H1.HeaderClassName
 {
   color: #1E826F;
 }
 .AnyTagClassName
 {
   color: #1E826F;
 }
</style>
background-color css

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

 a { background-color: rgb(30,130,111); }

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

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

 span { border-color: rgb(30,130,111); }

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