#1E970E

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

Shades of Forest Green #1E970E

Tints of Forest Green #1E970E

Color information

#1E970E (or 0x1E970E) is unknown color: approx Forest Green. HEX triplet: 1E, 97 and 0E. RGB value is (30,151,14). Sum of RGB (Red+Green+Blue) = 30+151+14=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 151 (59.38% from 255 or 77.44% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 151 - color contains mainly: green. Hex color #1E970E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E970E is #E168F1. Grayscale: #636363. Windows color (decimal): -14772466 or 956190. OLE color: 956190.

HSL color Cylindrical-coordinate representation of color #1E970E: hue angle of 112.99º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E970E is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB3015114-
CMYK0.8000.910.41
HSL112.99º83.03%32.35%-
HSV(B)112.99º90.73%59.22%-
XYZ11.6822.444.13-
YUV99.279.9178.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.38%
GREEN value IS 151 (59.38% from 255) = 77.44%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=15.38%
G=77.44%
B=7.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal30151140.8000.910.41112.9983.0332.35
Hex1E97E5005B29715320
Octal362271612001335116112340
Binary1111010010111111010100000101101110100111100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,151,14); }

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

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

 a { background-color: rgb(30,151,14); }

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

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

 span { border-color: rgb(30,151,14); }

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