#0EA320

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

Shades of Forest Green #0EA320

Tints of Forest Green #0EA320

Color information

#0EA320 (or 0x0EA320) is unknown color: approx Forest Green. HEX triplet: 0E, A3 and 20. RGB value is (14,163,32). Sum of RGB (Red+Green+Blue) = 14+163+32=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA320 is #F15CDF. Grayscale: #676767. Windows color (decimal): -15817952 or 2138894. OLE color: 2138894.

HSL color Cylindrical-coordinate representation of color #0EA320: hue angle of 127.25º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA320 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1416332-
CMYK0.9100.800.36
HSL127.25º84.18%34.71%-
HSV(B)127.25º91.41%63.92%-
XYZ13.5426.395.75-
YUV103.5187.6464.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.70%
GREEN value IS 163 (64.06% from 255) = 77.99%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=6.70%
G=77.99%
B=15.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14163320.9100.800.36127.2584.1834.71
HexEA3205B050247f5423
Octal162434013301204417712443
Binary11101010001110000010110110101000010010011111111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,163,32); }

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

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

 a { background-color: rgb(14,163,32); }

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

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

 span { border-color: rgb(14,163,32); }

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