#1E8F14

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

Shades of Forest Green #1E8F14

Tints of Forest Green #1E8F14

Color information

#1E8F14 (or 0x1E8F14) is unknown color: approx Forest Green. HEX triplet: 1E, 8F and 14. RGB value is (30,143,20). Sum of RGB (Red+Green+Blue) = 30+143+20=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #1E8F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8F14 is #E170EB. Grayscale: #5F5F5F. Windows color (decimal): -14774508 or 1347358. OLE color: 1347358.

HSL color Cylindrical-coordinate representation of color #1E8F14: hue angle of 115.12º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8F14 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB3014320-
CMYK0.7900.860.44
HSL115.12º75.46%31.96%-
HSV(B)115.12º86.01%56.08%-
XYZ10.4819.973.96-
YUV95.1985.5681.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 143 (56.25% from 255) = 74.09%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=15.54%
G=74.09%
B=10.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30143200.7900.860.44115.1275.4631.96
Hex1E8F144F0562C734b20
Octal362172411701265416311340
Binary11110100011111010010011110101011010110011100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,143,20); }

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

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

 a { background-color: rgb(30,143,20); }

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

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

 span { border-color: rgb(30,143,20); }

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