Html Css Color HEX #0E8920 Forest Green

📋 copy color: '#0E8920'

red 14 ◦ green 137 ◦ blue 32

#0E8920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0E8920

Tints of Forest Green #0E8920

RGB

 RED value IS 14 (5.86% from 255) = 7.65%

 GREEN value IS 137 (53.91% from 255) = 74.86%

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 7.65%
G = 74.86%
B = 17.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#0E8920 (or 0x0E8920) is known color: Forest Green. HEX triplet: 0E, 89 and 20. RGB value is (14,137,32). Sum of RGB (Red+Green+Blue) = 14+137+32=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 137 (53.91% from 255 or 74.86% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 137 - color contains mainly: green. Hex color #0E8920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8920 is #F176DF. Grayscale: #585858. Windows color (decimal): -15824608 or 2132238. OLE color: 2132238.

HSL color Cylindrical-coordinate representation of color #0E8920: hue angle of 128.78º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8920 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 137 32 -
CMYK 0.90 0 0.77 0.46
HSL 128.78º 0.81% 0.3% -
HSV(B) 128.78º 0.9% 0.54% -
XYZ 9.39 18.09 4.36 -
YUV 88.25 96.25 75.04 -
System Red Green Blue C M Y K H S L
Decimal 14 137 32 0.90 0 0.77 0.46 128.78 0.81 0.3
Hex E 89 20 5A 0 4D 2E 81 51 1E
Octal 16 211 40 132 0 115 56 201 121 36
Binary 1110 10001001 100000 1011010 0 1001101 101110 10000001 1010001 11110

Color Harmonies of #0E8920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8920

Black with #0E8920

Text Example


Text Example

White with #0E8920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,137,32); }

 H1.HeaderClassName
 {
   color: #0E8920;
 }
 .AnyTagClassName
 {
   color: #0E8920;
 }
</style>

background-color css

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

 a { background-color: rgb(14,137,32); }

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

border-color css

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

 span { border-color: rgb(14,137,32); }

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