#0E922D

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

Shades of Forest Green #0E922D

Tints of Forest Green #0E922D

Color information

#0E922D (or 0x0E922D) is unknown color: approx Forest Green. HEX triplet: 0E, 92 and 2D. RGB value is (14,146,45). Sum of RGB (Red+Green+Blue) = 14+146+45=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 146 (57.42% from 255 or 71.22% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 146 - color contains mainly: green. Hex color #0E922D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E922D is #F16DD2. Grayscale: #5F5F5F. Windows color (decimal): -15822291 or 2986510. OLE color: 2986510.

HSL color Cylindrical-coordinate representation of color #0E922D: hue angle of 134.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E922D is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB1414645-
CMYK0.9000.690.43
HSL134.09º82.5%31.37%-
HSV(B)134.09º90.41%57.25%-
XYZ10.9320.845.93-
YUV95.0299.7770.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 146 (57.42% from 255) = 71.22%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=6.83%
G=71.22%
B=21.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14146450.9000.690.43134.0982.531.37
HexE922D5A0452B86521f
Octal162225513201055320612237
Binary11101001001010110110110100100010110101110000110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,146,45); }

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

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

 a { background-color: rgb(14,146,45); }

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

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

 span { border-color: rgb(14,146,45); }

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