#1e821c

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

Shades of Forest Green #1E821C

Tints of Forest Green #1E821C

Color information

#1E821C (or 0x1E821C) is unknown color: approx Forest Green. HEX triplet: 1E, 82 and 1C. RGB value is (30,130,28). Sum of RGB (Red+Green+Blue) = 30+130+28=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #1E821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E821C is #E17DE3. Grayscale: #585858. Windows color (decimal): -14777828 or 1868318. OLE color: 1868318.

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

Color convert

RGB3013028-
CMYK0.7700.780.49
HSL118.82º64.56%30.98%-
HSV(B)118.82º78.46%50.98%-
XYZ8.7316.333.79-
YUV88.4793.8786.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.96%
GREEN value IS 130 (51.17% from 255) = 69.15%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=15.96%
G=69.15%
B=14.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30130280.7700.780.49118.8264.5630.98
Hex1E821C4D04E3177411f
Octal362023411501166116710137
Binary1111010000010111001001101010011101100011110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e821c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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