#0E9F2E

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

Shades of Forest Green #0E9F2E

Tints of Forest Green #0E9F2E

Color information

#0E9F2E (or 0x0E9F2E) is unknown color: approx Forest Green. HEX triplet: 0E, 9F and 2E. RGB value is (14,159,46). Sum of RGB (Red+Green+Blue) = 14+159+46=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 159 (62.5% from 255 or 72.60% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F2E is #F160D1. Grayscale: #676767. Windows color (decimal): -15818962 or 3055374. OLE color: 3055374.

HSL color Cylindrical-coordinate representation of color #0E9F2E: hue angle of 133.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F2E is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB1415946-
CMYK0.9100.710.38
HSL133.24º83.82%33.92%-
HSV(B)133.24º91.19%62.35%-
XYZ13.0725.096.74-
YUV102.7695.9664.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.39%
GREEN value IS 159 (62.5% from 255) = 72.60%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=6.39%
G=72.60%
B=21.00%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14159460.9100.710.38133.2483.8233.92
HexE9F2E5B04726855422
Octal162375613301074620512442
Binary111010011111101110101101101000111100110100001011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,159,46); }

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

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

 a { background-color: rgb(14,159,46); }

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

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

 span { border-color: rgb(14,159,46); }

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