#0E731B

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

Shades of Forest Green #0E731B

Tints of Forest Green #0E731B

Color information

#0E731B (or 0x0E731B) is unknown color: approx Forest Green. HEX triplet: 0E, 73 and 1B. RGB value is (14,115,27). Sum of RGB (Red+Green+Blue) = 14+115+27=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #0E731B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E731B is #F18CE4. Grayscale: #4B4B4B. Windows color (decimal): -15830245 or 1798926. OLE color: 1798926.

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

Color convert

RGB1411527-
CMYK0.8800.770.55
HSL127.72º78.29%25.29%-
HSV(B)127.72º87.83%45.1%-
XYZ6.5112.433.09-
YUV74.77101.0484.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.97%
GREEN value IS 115 (45.31% from 255) = 73.72%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=8.97%
G=73.72%
B=17.31%

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
Decimal14115270.8800.770.55127.7278.2925.29
HexE731B5804D37804e19
Octal161633313001156720011631
Binary111011100111101110110000100110111011110000000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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