#1E7414

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

Shades of Forest Green #1E7414

Tints of Forest Green #1E7414

Color information

#1E7414 (or 0x1E7414) is unknown color: approx Forest Green. HEX triplet: 1E, 74 and 14. RGB value is (30,116,20). Sum of RGB (Red+Green+Blue) = 30+116+20=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #1E7414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7414 is #E18BEB. Grayscale: #4F4F4F. Windows color (decimal): -14781420 or 1340446. OLE color: 1340446.

HSL color Cylindrical-coordinate representation of color #1E7414: hue angle of 113.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E7414 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB3011620-
CMYK0.7400.830.55
HSL113.75º70.59%26.67%-
HSV(B)113.75º82.76%45.49%-
XYZ6.9112.822.77-
YUV79.3494.5192.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.07%
GREEN value IS 116 (45.70% from 255) = 69.88%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=18.07%
G=69.88%
B=12.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30116200.7400.830.55113.7570.5926.67
Hex1E74144A0533772471b
Octal361642411201236716210733
Binary111101110100101001001010010100111101111110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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