#209B1E

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

Shades of Forest Green #209B1E

Tints of Forest Green #209B1E

Color information

#209B1E (or 0x209B1E) is unknown color: approx Forest Green. HEX triplet: 20, 9B and 1E. RGB value is (32,155,30). Sum of RGB (Red+Green+Blue) = 32+155+30=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 155 (60.94% from 255 or 71.43% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 155 - color contains mainly: green. Hex color #209B1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209B1E is #DF64E1. Grayscale: #686868. Windows color (decimal): -14640354 or 2005792. OLE color: 2005792.

HSL color Cylindrical-coordinate representation of color #209B1E: hue angle of 119.04º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #209B1E is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB3215530-
CMYK0.7900.810.39
HSL119.04º67.57%36.27%-
HSV(B)119.04º80.65%60.78%-
XYZ12.5523.845.17-
YUV103.9786.2576.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 155 (60.94% from 255) = 71.43%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=14.75%
G=71.43%
B=13.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32155300.7900.810.39119.0467.5736.27
Hex209B1E4F05127774424
Octal402333611701214716710444
Binary100000100110111111010011110101000110011111101111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,155,30); }

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

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

 a { background-color: rgb(32,155,30); }

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

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

 span { border-color: rgb(32,155,30); }

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