#1E941C

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

Shades of Forest Green #1E941C

Tints of Forest Green #1E941C

Color information

#1E941C (or 0x1E941C) is unknown color: approx Forest Green. HEX triplet: 1E, 94 and 1C. RGB value is (30,148,28). Sum of RGB (Red+Green+Blue) = 30+148+28=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #1E941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E941C is #E16BE3. Grayscale: #636363. Windows color (decimal): -14773220 or 1872926. OLE color: 1872926.

HSL color Cylindrical-coordinate representation of color #1E941C: hue angle of 119º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E941C is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB3014828-
CMYK0.8000.810.42
HSL119º68.18%34.51%-
HSV(B)119º81.08%58.04%-
XYZ11.3321.544.66-
YUV99.0487.9178.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 148 (58.20% from 255) = 71.84%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=14.56%
G=71.84%
B=13.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30148280.8000.810.4211968.1834.51
Hex1E941C500512A774423
Octal362243412001215216710443
Binary11110100101001110010100000101000110101011101111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E941C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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