#0E8324

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

Shades of Forest Green #0E8324

Tints of Forest Green #0E8324

Color information

#0E8324 (or 0x0E8324) is unknown color: approx Forest Green. HEX triplet: 0E, 83 and 24. RGB value is (14,131,36). Sum of RGB (Red+Green+Blue) = 14+131+36=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 131 (51.56% from 255 or 72.38% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8324 is #F17CDB. Grayscale: #555555. Windows color (decimal): -15826140 or 2392846. OLE color: 2392846.

HSL color Cylindrical-coordinate representation of color #0E8324: hue angle of 131.28º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8324 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1413136-
CMYK0.8900.730.49
HSL131.28º80.69%28.43%-
HSV(B)131.28º89.31%51.37%-
XYZ8.6216.454.39-
YUV85.19100.2477.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.73%
GREEN value IS 131 (51.56% from 255) = 72.38%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=7.73%
G=72.38%
B=19.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14131360.8900.730.49131.2880.6928.43
HexE8324590493183511c
Octal162034413101116120312134
Binary11101000001110010010110010100100111000110000011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,131,36); }

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

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

 a { background-color: rgb(14,131,36); }

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

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

 span { border-color: rgb(14,131,36); }

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