#0E9025

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

Shades of Forest Green #0E9025

Tints of Forest Green #0E9025

Color information

#0E9025 (or 0x0E9025) is unknown color: approx Forest Green. HEX triplet: 0E, 90 and 25. RGB value is (14,144,37). Sum of RGB (Red+Green+Blue) = 14+144+37=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 144 (56.64% from 255 or 73.85% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9025 is #F16FDA. Grayscale: #5D5D5D. Windows color (decimal): -15822811 or 2461710. OLE color: 2461710.

HSL color Cylindrical-coordinate representation of color #0E9025: hue angle of 130.62º 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 #0E9025 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1414437-
CMYK0.9000.740.44
HSL130.62º82.28%30.98%-
HSV(B)130.62º90.28%56.47%-
XYZ10.4920.175.09-
YUV92.9396.4371.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.18%
GREEN value IS 144 (56.64% from 255) = 73.85%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=7.18%
G=73.85%
B=18.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14144370.9000.740.44130.6282.2830.98
HexE90255A04A2C83521f
Octal162204513201125420312237
Binary11101001000010010110110100100101010110010000011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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