#209214

Color #209214 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #209214

Tints of Forest Green #209214

Color information

#209214 (or 0x209214) is unknown color: approx Forest Green. HEX triplet: 20, 92 and 14. RGB value is (32,146,20). Sum of RGB (Red+Green+Blue) = 32+146+20=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 146 (57.42% from 255 or 73.74% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 146 - color contains mainly: green. Hex color #209214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209214 is #DF6DEB. Grayscale: #616161. Windows color (decimal): -14642668 or 1348128. OLE color: 1348128.

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

Color convert

RGB3214620-
CMYK0.7800.860.43
HSL114.29º75.9%32.55%-
HSV(B)114.29º86.3%57.25%-
XYZ1120.924.12-
YUV97.5584.2381.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 146 (57.42% from 255) = 73.74%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=16.16%
G=73.74%
B=10.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32146200.7800.860.43114.2975.932.55
Hex2092144E0562B724c21
Octal402222411601265316211441
Binary100000100100101010010011100101011010101111100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209214; }

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

 H1.HeaderClassName
 {
   color: #209214;
 }
 .AnyTagClassName
 {
   color: #209214;
 }
</style>
background-color css

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

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

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

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

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

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