#1E821A

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

Shades of Forest Green #1E821A

Tints of Forest Green #1E821A

Color information

#1E821A (or 0x1E821A) is unknown color: approx Forest Green. HEX triplet: 1E, 82 and 1A. RGB value is (30,130,26). Sum of RGB (Red+Green+Blue) = 30+130+26=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #1E821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E821A is #E17DE5. Grayscale: #585858. Windows color (decimal): -14777830 or 1737246. OLE color: 1737246.

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

Color convert

RGB3013026-
CMYK0.7700.80.49
HSL117.69º66.67%30.59%-
HSV(B)117.69º80%50.98%-
XYZ8.716.323.67-
YUV88.2492.8786.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.13%
GREEN value IS 130 (51.17% from 255) = 69.89%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=16.13%
G=69.89%
B=13.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30130260.7700.80.49117.6966.6730.59
Hex1E821A4D0503176431f
Octal362023211501206116610337
Binary1111010000010110101001101010100001100011110110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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