Html Css Color HEX #20850E Forest Green

📋 copy color: '#20850E'

red 32 ◦ green 133 ◦ blue 14

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

Shades of Forest Green #20850E

Tints of Forest Green #20850E

RGB

 RED value IS 32 (12.89% from 255) = 17.88%

 GREEN value IS 133 (52.34% from 255) = 74.3%

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 17.88%
G = 74.3%
B = 7.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#20850E (or 0x20850E) is known color: Forest Green. HEX triplet: 20, 85 and 0E. RGB value is (32,133,14). Sum of RGB (Red+Green+Blue) = 32+133+14=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #20850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20850E is #DF7AF1. Grayscale: #595959. Windows color (decimal): -14646002 or 951584. OLE color: 951584.

HSL color Cylindrical-coordinate representation of color #20850E: hue angle of 110.92º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20850E is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 14 -
CMYK 0.76 0 0.89 0.48
HSL 110.92º 0.81% 0.29% -
HSV(B) 110.92º 0.89% 0.52% -
XYZ 9.06 17.11 3.24 -
YUV 89.24 85.54 87.18 -
System Red Green Blue C M Y K H S L
Decimal 32 133 14 0.76 0 0.89 0.48 110.92 0.81 0.29
Hex 20 85 E 4C 0 59 30 6F 51 1D
Octal 40 205 16 114 0 131 60 157 121 35
Binary 100000 10000101 1110 1001100 0 1011001 110000 1101111 1010001 11101

Color Harmonies of #20850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20850E

Black with #20850E

Text Example


Text Example

White with #20850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20850E; }

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

 H1.HeaderClassName
 {
   color: #20850E;
 }
 .AnyTagClassName
 {
   color: #20850E;
 }
</style>

background-color css

<style>
 a { background-color: #20850E; }

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

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

border-color css

<style>
 span { border-color: #20850E; }

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

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