#1E700E

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

Shades of Forest Green #1E700E

Tints of Forest Green #1E700E

Color information

#1E700E (or 0x1E700E) is unknown color: approx Forest Green. HEX triplet: 1E, 70 and 0E. RGB value is (30,112,14). Sum of RGB (Red+Green+Blue) = 30+112+14=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #1E700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E700E is #E18FF1. Grayscale: #4C4C4C. Windows color (decimal): -14782450 or 946206. OLE color: 946206.

HSL color Cylindrical-coordinate representation of color #1E700E: hue angle of 110.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E700E is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB3011214-
CMYK0.7300.880.56
HSL110.2º77.78%24.71%-
HSV(B)110.2º87.5%43.92%-
XYZ6.4111.92.37-
YUV76.3192.8394.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.23%
GREEN value IS 112 (44.14% from 255) = 71.79%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=19.23%
G=71.79%
B=8.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30112140.7300.880.56110.277.7824.71
Hex1E70E49058386e4e19
Octal361601611101307015611631
Binary11110111000011101001001010110001110001101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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