Html Css Color HEX #208014 Forest Green

📋 copy color: '#208014'

red 32 ◦ green 128 ◦ blue 20

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

Shades of Forest Green #208014

Tints of Forest Green #208014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 71.11%

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 17.78%
G = 71.11%
B = 11.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#208014 (or 0x208014) is known color: Forest Green. HEX triplet: 20, 80 and 14. RGB value is (32,128,20). Sum of RGB (Red+Green+Blue) = 32+128+20=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #208014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208014 is #DF7FEB. Grayscale: #575757. Windows color (decimal): -14647276 or 1343520. OLE color: 1343520.

HSL color Cylindrical-coordinate representation of color #208014: hue angle of 113.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208014 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 128 20 -
CMYK 0.75 0 0.84 0.50
HSL 113.33º 0.73% 0.29% -
HSV(B) 113.33º 0.84% 0.5% -
XYZ 8.44 15.8 3.27 -
YUV 86.98 90.2 88.78 -
System Red Green Blue C M Y K H S L
Decimal 32 128 20 0.75 0 0.84 0.50 113.33 0.73 0.29
Hex 20 80 14 4B 0 54 32 71 49 1D
Octal 40 200 24 113 0 124 62 161 111 35
Binary 100000 10000000 10100 1001011 0 1010100 110010 1110001 1001001 11101

Color Harmonies of #208014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208014

Black with #208014

Text Example


Text Example

White with #208014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208014; }

 p { color: rgb(32,128,20); }

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

background-color css

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

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

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

border-color css

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

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

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