Html Css Color HEX #20850B Forest Green

📋 copy color: '#20850B'

red 32 ◦ green 133 ◦ blue 11

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

Shades of Forest Green #20850B

Tints of Forest Green #20850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 18.18%
G = 75.57%
B = 6.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#20850B (or 0x20850B) is known color: Forest Green. HEX triplet: 20, 85 and 0B. RGB value is (32,133,11). Sum of RGB (Red+Green+Blue) = 32+133+11=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #20850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20850B is #DF7AF4. Grayscale: #595959. Windows color (decimal): -14646005 or 754976. OLE color: 754976.

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

Color convert

RGB 32 133 11 -
CMYK 0.76 0 0.92 0.48
HSL 109.67º 0.85% 0.28% -
HSV(B) 109.67º 0.92% 0.52% -
XYZ 9.04 17.11 3.14 -
YUV 88.89 84.04 87.42 -
System Red Green Blue C M Y K H S L
Decimal 32 133 11 0.76 0 0.92 0.48 109.67 0.85 0.28
Hex 20 85 B 4C 0 5C 30 6E 55 1C
Octal 40 205 13 114 0 134 60 156 125 34
Binary 100000 10000101 1011 1001100 0 1011100 110000 1101110 1010101 11100

Color Harmonies of #20850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20850B

Black with #20850B

Text Example


Text Example

White with #20850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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