#0E741E

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

Shades of Forest Green #0E741E

Tints of Forest Green #0E741E

Color information

#0E741E (or 0x0E741E) is unknown color: approx Forest Green. HEX triplet: 0E, 74 and 1E. RGB value is (14,116,30). Sum of RGB (Red+Green+Blue) = 14+116+30=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 116 (45.70% from 255 or 72.5% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 116 - color contains mainly: green. Hex color #0E741E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E741E is #F18BE1. Grayscale: #4B4B4B. Windows color (decimal): -15829986 or 1995790. OLE color: 1995790.

HSL color Cylindrical-coordinate representation of color #0E741E: hue angle of 129.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E741E is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1411630-
CMYK0.8800.740.55
HSL129.41º78.46%25.49%-
HSV(B)129.41º87.93%45.49%-
XYZ6.6612.683.32-
YUV75.7102.2183.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 116 (45.70% from 255) = 72.5%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=8.75%
G=72.5%
B=18.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14116300.8800.740.55129.4178.4625.49
HexE741E5804A37814e19
Octal161643613001126720111631
Binary111011101001111010110000100101011011110000001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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