Html Css Color HEX #0E8220 Forest Green

📋 copy color: '#0E8220'

red 14 ◦ green 130 ◦ blue 32

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

Shades of Forest Green #0E8220

Tints of Forest Green #0E8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 73.86%

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

R = 7.95%
G = 73.86%
B = 18.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#0E8220 (or 0x0E8220) is known color: Forest Green. HEX triplet: 0E, 82 and 20. RGB value is (14,130,32). Sum of RGB (Red+Green+Blue) = 14+130+32=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 130 (51.17% from 255 or 73.86% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8220 is #F17DDF. Grayscale: #545454. Windows color (decimal): -15826400 or 2130446. OLE color: 2130446.

HSL color Cylindrical-coordinate representation of color #0E8220: hue angle of 129.31º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8220 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 130 32 -
CMYK 0.89 0 0.75 0.49
HSL 129.31º 0.81% 0.28% -
HSV(B) 129.31º 0.89% 0.51% -
XYZ 8.42 16.16 4.04 -
YUV 84.14 98.57 77.97 -
System Red Green Blue C M Y K H S L
Decimal 14 130 32 0.89 0 0.75 0.49 129.31 0.81 0.28
Hex E 82 20 59 0 4B 31 81 51 1C
Octal 16 202 40 131 0 113 61 201 121 34
Binary 1110 10000010 100000 1011001 0 1001011 110001 10000001 1010001 11100

Color Harmonies of #0E8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8220

Black with #0E8220

Text Example


Text Example

White with #0E8220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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