Html Css Color HEX #208220 Forest Green

📋 copy color: '#208220'

red 32 ◦ green 130 ◦ blue 32

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

Shades of Forest Green #208220

Tints of Forest Green #208220

RGB

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

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

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

R = 16.49%
G = 67.01%
B = 16.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#208220 (or 0x208220) is known color: Forest Green. HEX triplet: 20, 82 and 20. RGB value is (32,130,32). Sum of RGB (Red+Green+Blue) = 32+130+32=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #208220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208220 is #DF7DDF. Grayscale: #595959. Windows color (decimal): -14646752 or 2130464. OLE color: 2130464.

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

Color convert

RGB 32 130 32 -
CMYK 0.75 0 0.75 0.49
HSL 120º 0.6% 0.32% -
HSV(B) 120º 0.75% 0.51% -
XYZ 8.84 16.38 4.06 -
YUV 89.53 95.53 86.97 -
System Red Green Blue C M Y K H S L
Decimal 32 130 32 0.75 0 0.75 0.49 120 0.6 0.32
Hex 20 82 20 4B 0 4B 31 78 3C 20
Octal 40 202 40 113 0 113 61 170 74 40
Binary 100000 10000010 100000 1001011 0 1001011 110001 1111000 111100 100000

Color Harmonies of #208220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208220

Black with #208220

Text Example


Text Example

White with #208220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208220; }

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

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

background-color css

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

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

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

border-color css

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

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

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