#0E8F1E

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

Shades of Forest Green #0E8F1E

Tints of Forest Green #0E8F1E

Color information

#0E8F1E (or 0x0E8F1E) is unknown color: approx Forest Green. HEX triplet: 0E, 8F and 1E. RGB value is (14,143,30). Sum of RGB (Red+Green+Blue) = 14+143+30=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 143 (56.25% from 255 or 76.47% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 143 - color contains mainly: green. Hex color #0E8F1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8F1E is #F170E1. Grayscale: #5B5B5B. Windows color (decimal): -15823074 or 2002702. OLE color: 2002702.

HSL color Cylindrical-coordinate representation of color #0E8F1E: hue angle of 127.44º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8F1E is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB1414330-
CMYK0.9000.790.44
HSL127.44º82.17%30.78%-
HSV(B)127.44º90.21%56.08%-
XYZ10.2419.834.52-
YUV91.5593.2672.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.49%
GREEN value IS 143 (56.25% from 255) = 76.47%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=7.49%
G=76.47%
B=16.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14143300.9000.790.44127.4482.1730.78
HexE8F1E5A04F2C7f521f
Octal162173613201175417712237
Binary111010001111111101011010010011111011001111111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E8F1E; }

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

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

<style>
 a { background-color: #0E8F1E; }

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

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

<style>
 span { border-color: #0E8F1E; }

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

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