#208200

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

Shades of Green #208200

Tints of Green #208200

Color information

#208200 (or 0x208200) is unknown color: approx Green. HEX triplet: 20, 82 and 00. RGB value is (32,130,0). Sum of RGB (Red+Green+Blue) = 32+130+0=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #208200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208200 is #DF7DFF. Grayscale: #565656. Windows color (decimal): -14646784 or 33312. OLE color: 33312.

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

Color convert

RGB321300-
CMYK0.75010.49
HSL105.23º100%25.49%-
HSV(B)105.23º100%50.98%-
XYZ8.5816.272.69-
YUV85.8879.5389.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 130 (51.17% from 255) = 80.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.75%
G=80.25%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3213000.75010.49105.2310025.49
Hex208204B06431696419
Octal40202011301446115114431
Binary1000001000001001001011011001001100011101001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208200; }

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

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

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

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

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

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

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

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