#208223

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

Shades of Forest Green #208223

Tints of Forest Green #208223

Color information

#208223 (or 0x208223) is unknown color: approx Forest Green. HEX triplet: 20, 82 and 23. RGB value is (32,130,35). Sum of RGB (Red+Green+Blue) = 32+130+35=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #208223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208223 is #DF7DDC. Grayscale: #5A5A5A. Windows color (decimal): -14646749 or 2327072. OLE color: 2327072.

HSL color Cylindrical-coordinate representation of color #208223: hue angle of 121.84º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208223 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB3213035-
CMYK0.7500.730.49
HSL121.84º60.49%31.76%-
HSV(B)121.84º75.38%50.98%-
XYZ8.8816.394.29-
YUV89.8797.0386.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 130 (51.17% from 255) = 65.99%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=16.24%
G=65.99%
B=17.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130350.7500.730.49121.8460.4931.76
Hex2082234B049317a3c20
Octal40202431130111611727440
Binary100000100000101000111001011010010011100011111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208223; }

 p { color: rgb(32,130,35); }

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

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

 a { background-color: rgb(32,130,35); }

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

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

 span { border-color: rgb(32,130,35); }

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