#0E9023

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

Shades of Forest Green #0E9023

Tints of Forest Green #0E9023

Color information

#0E9023 (or 0x0E9023) is unknown color: approx Forest Green. HEX triplet: 0E, 90 and 23. RGB value is (14,144,35). Sum of RGB (Red+Green+Blue) = 14+144+35=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9023 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9023 is #F16FDC. Grayscale: #5D5D5D. Windows color (decimal): -15822813 or 2330638. OLE color: 2330638.

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

Color convert

RGB1414435-
CMYK0.9000.760.44
HSL129.69º82.28%30.98%-
HSV(B)129.69º90.28%56.47%-
XYZ10.4620.164.93-
YUV92.795.4371.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.25%
GREEN value IS 144 (56.64% from 255) = 74.61%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=7.25%
G=74.61%
B=18.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14144350.9000.760.44129.6982.2830.98
HexE90235A04C2C82521f
Octal162204313201145420212237
Binary11101001000010001110110100100110010110010000010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,144,35); }

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

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

 a { background-color: rgb(14,144,35); }

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

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

 span { border-color: rgb(14,144,35); }

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