#0E741B

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

Shades of Forest Green #0E741B

Tints of Forest Green #0E741B

Color information

#0E741B (or 0x0E741B) is unknown color: approx Forest Green. HEX triplet: 0E, 74 and 1B. RGB value is (14,116,27). Sum of RGB (Red+Green+Blue) = 14+116+27=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #0E741B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E741B is #F18BE4. Grayscale: #4B4B4B. Windows color (decimal): -15829989 or 1799182. OLE color: 1799182.

HSL color Cylindrical-coordinate representation of color #0E741B: hue angle of 127.65º 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 #0E741B is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1411627-
CMYK0.8800.770.55
HSL127.65º78.46%25.49%-
HSV(B)127.65º87.93%45.49%-
XYZ6.6212.663.13-
YUV75.36100.7184.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.92%
GREEN value IS 116 (45.70% from 255) = 73.89%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=8.92%
G=73.89%
B=17.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14116270.8800.770.55127.6578.4625.49
HexE741B5804D37804e19
Octal161643313001156720011631
Binary111011101001101110110000100110111011110000000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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