Html Css Color HEX #209E14 Forest Green

📋 copy color: '#209E14'

red 32 ◦ green 158 ◦ blue 20

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

Shades of Forest Green #209E14

Tints of Forest Green #209E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 75.24%

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

R = 15.24%
G = 75.24%
B = 9.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#209E14 (or 0x209E14) is known color: Forest Green. HEX triplet: 20, 9E and 14. RGB value is (32,158,20). Sum of RGB (Red+Green+Blue) = 32+158+20=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 158 (62.11% from 255 or 75.24% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 158 - color contains mainly: green. Hex color #209E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209E14 is #DF61EB. Grayscale: #696969. Windows color (decimal): -14639596 or 1351200. OLE color: 1351200.

HSL color Cylindrical-coordinate representation of color #209E14: hue angle of 114.78º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #209E14 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 158 20 -
CMYK 0.80 0 0.87 0.38
HSL 114.78º 0.78% 0.35% -
HSV(B) 114.78º 0.87% 0.62% -
XYZ 12.95 24.81 4.77 -
YUV 104.59 80.26 76.22 -
System Red Green Blue C M Y K H S L
Decimal 32 158 20 0.80 0 0.87 0.38 114.78 0.78 0.35
Hex 20 9E 14 50 0 57 26 73 4E 23
Octal 40 236 24 120 0 127 46 163 116 43
Binary 100000 10011110 10100 1010000 0 1010111 100110 1110011 1001110 100011

Color Harmonies of #209E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209E14

Black with #209E14

Text Example


Text Example

White with #209E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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