Html Css Color HEX #20B211 Forest Green

📋 copy color: '#20B211'

red 32 ◦ green 178 ◦ blue 17

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

Shades of Forest Green #20B211

Tints of Forest Green #20B211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 78.41%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 14.1%
G = 78.41%
B = 7.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#20B211 (or 0x20B211) is known color: Forest Green. HEX triplet: 20, B2 and 11. RGB value is (32,178,17). Sum of RGB (Red+Green+Blue) = 32+178+17=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #20B211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20B211 is #DF4DEE. Grayscale: #747474. Windows color (decimal): -14634479 or 1159712. OLE color: 1159712.

HSL color Cylindrical-coordinate representation of color #20B211: hue angle of 114.41º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20B211 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 178 17 -
CMYK 0.82 0 0.90 0.30
HSL 114.41º 0.83% 0.38% -
HSV(B) 114.41º 0.9% 0.7% -
XYZ 16.62 32.19 5.87 -
YUV 115.99 72.13 68.09 -
System Red Green Blue C M Y K H S L
Decimal 32 178 17 0.82 0 0.90 0.30 114.41 0.83 0.38
Hex 20 B2 11 52 0 5A 1E 72 53 26
Octal 40 262 21 122 0 132 36 162 123 46
Binary 100000 10110010 10001 1010010 0 1011010 11110 1110010 1010011 100110

Color Harmonies of #20B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B211

Black with #20B211

Text Example


Text Example

White with #20B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B211; }

 p { color: rgb(32,178,17); }

 H1.HeaderClassName
 {
   color: #20B211;
 }
 .AnyTagClassName
 {
   color: #20B211;
 }
</style>

background-color css

<style>
 a { background-color: #20B211; }

 a { background-color: rgb(32,178,17); }

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

border-color css

<style>
 span { border-color: #20B211; }

 span { border-color: rgb(32,178,17); }

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