#1E7114

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

Shades of Forest Green #1E7114

Tints of Forest Green #1E7114

Color information

#1E7114 (or 0x1E7114) is unknown color: approx Forest Green. HEX triplet: 1E, 71 and 14. RGB value is (30,113,20). Sum of RGB (Red+Green+Blue) = 30+113+20=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #1E7114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7114 is #E18EEB. Grayscale: #4D4D4D. Windows color (decimal): -14782188 or 1339678. OLE color: 1339678.

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

Color convert

RGB3011320-
CMYK0.7300.820.56
HSL113.55º69.92%26.08%-
HSV(B)113.55º82.3%44.31%-
XYZ6.5712.142.66-
YUV77.5895.594.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 113 (44.53% from 255) = 69.33%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=18.40%
G=69.33%
B=12.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30113200.7300.820.56113.5569.9226.08
Hex1E7114490523872461a
Octal361612411101227016210632
Binary111101110001101001001001010100101110001110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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