#0E981D

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

Shades of Forest Green #0E981D

Tints of Forest Green #0E981D

Color information

#0E981D (or 0x0E981D) is unknown color: approx Forest Green. HEX triplet: 0E, 98 and 1D. RGB value is (14,152,29). Sum of RGB (Red+Green+Blue) = 14+152+29=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 152 (59.77% from 255 or 77.95% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 152 - color contains mainly: green. Hex color #0E981D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E981D is #F167E2. Grayscale: #616161. Windows color (decimal): -15820771 or 1939470. OLE color: 1939470.

HSL color Cylindrical-coordinate representation of color #0E981D: hue angle of 126.52º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E981D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1415229-
CMYK0.9100.810.40
HSL126.52º83.13%32.55%-
HSV(B)126.52º90.79%59.61%-
XYZ11.6322.644.92-
YUV96.7289.7869-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.18%
GREEN value IS 152 (59.77% from 255) = 77.95%
BLUE value IS 29 (11.72% from 255) = 14.87%
R=7.18%
G=77.95%
B=14.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14152290.9100.810.40126.5283.1332.55
HexE981D5B051287f5321
Octal162303513301215017712341
Binary1110100110001110110110110101000110100011111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E981D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,29); }

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

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

 a { background-color: rgb(14,152,29); }

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

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

 span { border-color: rgb(14,152,29); }

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