#1E8300

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

Shades of Green #1E8300

Tints of Green #1E8300

Color information

#1E8300 (or 0x1E8300) is unknown color: approx Green. HEX triplet: 1E, 83 and 00. RGB value is (30,131,0). Sum of RGB (Red+Green+Blue) = 30+131+0=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 131 (51.56% from 255 or 81.37% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8300 is #E17CFF. Grayscale: #565656. Windows color (decimal): -14777600 or 33566. OLE color: 33566.

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

Color convert

RGB301310-
CMYK0.77010.49
HSL106.26º100%25.69%-
HSV(B)106.26º100%51.37%-
XYZ8.6516.512.73-
YUV85.8779.5488.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 131 (51.56% from 255) = 81.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.63%
G=81.37%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3013100.77010.49106.2610025.69
Hex1E8304D064316a641a
Octal36203011501446115214432
Binary111101000001101001101011001001100011101010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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