#0E9631

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

Shades of Forest Green #0E9631

Tints of Forest Green #0E9631

Color information

#0E9631 (or 0x0E9631) is unknown color: approx Forest Green. HEX triplet: 0E, 96 and 31. RGB value is (14,150,49). Sum of RGB (Red+Green+Blue) = 14+150+49=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #0E9631 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9631 is #F169CE. Grayscale: #626262. Windows color (decimal): -15821263 or 3249678. OLE color: 3249678.

HSL color Cylindrical-coordinate representation of color #0E9631: hue angle of 135.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9631 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1415049-
CMYK0.9100.670.41
HSL135.44º82.93%32.16%-
HSV(B)135.44º90.67%58.82%-
XYZ11.6422.136.56-
YUV97.82100.4468.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 150 (58.98% from 255) = 70.42%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=6.57%
G=70.42%
B=23.00%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14150490.9100.670.41135.4482.9332.16
HexE96315B04329875320
Octal162266113301035120712340
Binary111010010110110001101101101000011101001100001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,150,49); }

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

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

 a { background-color: rgb(14,150,49); }

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

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

 span { border-color: rgb(14,150,49); }

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