#209B0A

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

Shades of Forest Green #209B0A

Tints of Forest Green #209B0A

Color information

#209B0A (or 0x209B0A) is unknown color: approx Forest Green. HEX triplet: 20, 9B and 0A. RGB value is (32,155,10). Sum of RGB (Red+Green+Blue) = 32+155+10=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 155 (60.94% from 255 or 78.68% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 155 - color contains mainly: green. Hex color #209B0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209B0A is #DF64F5. Grayscale: #666666. Windows color (decimal): -14640374 or 695072. OLE color: 695072.

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

Color convert

RGB3215510-
CMYK0.7900.940.39
HSL110.9º87.88%32.35%-
HSV(B)110.9º93.55%60.78%-
XYZ12.3723.774.22-
YUV101.6976.2578.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 155 (60.94% from 255) = 78.68%
BLUE value IS 10 (4.30% from 255) = 5.08%
R=16.24%
G=78.68%
B=5.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32155100.7900.940.39110.987.8832.35
Hex209BA4F05E276f5820
Octal402331211701364715713040
Binary10000010011011101010011110101111010011111011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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