#209414

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

Shades of Forest Green #209414

Tints of Forest Green #209414

Color information

#209414 (or 0x209414) is unknown color: approx Forest Green. HEX triplet: 20, 94 and 14. RGB value is (32,148,20). Sum of RGB (Red+Green+Blue) = 32+148+20=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 148 (58.20% from 255 or 74% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 148 - color contains mainly: green. Hex color #209414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209414 is #DF6BEB. Grayscale: #636363. Windows color (decimal): -14642156 or 1348640. OLE color: 1348640.

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

Color convert

RGB3214820-
CMYK0.7800.860.42
HSL114.38º76.19%32.94%-
HSV(B)114.38º86.49%58.04%-
XYZ11.3121.544.22-
YUV98.7283.5780.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16%
GREEN value IS 148 (58.20% from 255) = 74%
BLUE value IS 20 (8.20% from 255) = 10%
R=16%
G=74%
B=10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32148200.7800.860.42114.3876.1932.94
Hex2094144E0562A724c21
Octal402242411601265216211441
Binary100000100101001010010011100101011010101011100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209414; }

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

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

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

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

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

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

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

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