Html Css Color HEX #209014 Forest Green

📋 copy color: '#209014'

red 32 ◦ green 144 ◦ blue 20

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

Shades of Forest Green #209014

Tints of Forest Green #209014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 73.47%

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

R = 16.33%
G = 73.47%
B = 10.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#209014 (or 0x209014) is known color: Forest Green. HEX triplet: 20, 90 and 14. RGB value is (32,144,20). Sum of RGB (Red+Green+Blue) = 32+144+20=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 144 (56.64% from 255 or 73.47% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 144 - color contains mainly: green. Hex color #209014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209014 is #DF6FEB. Grayscale: #606060. Windows color (decimal): -14643180 or 1347616. OLE color: 1347616.

HSL color Cylindrical-coordinate representation of color #209014: hue angle of 114.19º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #209014 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 144 20 -
CMYK 0.78 0 0.86 0.44
HSL 114.19º 0.76% 0.32% -
HSV(B) 114.19º 0.86% 0.56% -
XYZ 10.7 20.3 4.02 -
YUV 96.38 84.89 82.08 -
System Red Green Blue C M Y K H S L
Decimal 32 144 20 0.78 0 0.86 0.44 114.19 0.76 0.32
Hex 20 90 14 4E 0 56 2C 72 4C 20
Octal 40 220 24 116 0 126 54 162 114 40
Binary 100000 10010000 10100 1001110 0 1010110 101100 1110010 1001100 100000

Color Harmonies of #209014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209014

Black with #209014

Text Example


Text Example

White with #209014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209014; }

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

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

background-color css

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

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

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

border-color css

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

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

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