#0E8D2A

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

Shades of Forest Green #0E8D2A

Tints of Forest Green #0E8D2A

Color information

#0E8D2A (or 0x0E8D2A) is unknown color: approx Forest Green. HEX triplet: 0E, 8D and 2A. RGB value is (14,141,42). Sum of RGB (Red+Green+Blue) = 14+141+42=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 141 (55.47% from 255 or 71.57% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8D2A is #F172D5. Grayscale: #5C5C5C. Windows color (decimal): -15823574 or 2788622. OLE color: 2788622.

HSL color Cylindrical-coordinate representation of color #0E8D2A: hue angle of 133.23º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D2A is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1414142-
CMYK0.9000.700.45
HSL133.23º81.94%30.39%-
HSV(B)133.23º90.07%55.29%-
XYZ10.1219.315.38-
YUV91.7499.9272.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 141 (55.47% from 255) = 71.57%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=7.11%
G=71.57%
B=21.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14141420.9000.700.45133.2381.9430.39
HexE8D2A5A0462D85521e
Octal162155213201065520512236
Binary11101000110110101010110100100011010110110000101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,141,42); }

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

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

 a { background-color: rgb(14,141,42); }

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

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

 span { border-color: rgb(14,141,42); }

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