#1E836B

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

Shades of Elf Green #1E836B

Tints of Elf Green #1E836B

Color information

#1E836B (or 0x1E836B) is unknown color: approx Elf Green. HEX triplet: 1E, 83 and 6B. RGB value is (30,131,107). Sum of RGB (Red+Green+Blue) = 30+131+107=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #1E836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E836B is #E17C94. Grayscale: #626262. Windows color (decimal): -14777493 or 7045918. OLE color: 7045918.

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

Color convert

RGB30131107-
CMYK0.7700.180.49
HSL165.74º62.73%31.57%-
HSV(B)165.74º77.1%51.37%-
XYZ11.3117.5716.71-
YUV98.06133.0479.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.19%
GREEN value IS 131 (51.56% from 255) = 48.88%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=11.19%
G=48.88%
B=39.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal301311070.7700.180.49165.7462.7331.57
Hex1E836B4D01231a63f20
Octal36203153115022612467740
Binary11110100000111101011100110101001011000110100110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,131,107); }

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

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

 a { background-color: rgb(30,131,107); }

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

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

 span { border-color: rgb(30,131,107); }

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