#208201

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

Shades of Green #208201

Tints of Green #208201

Color information

#208201 (or 0x208201) is unknown color: approx Green. HEX triplet: 20, 82 and 01. RGB value is (32,130,1). Sum of RGB (Red+Green+Blue) = 32+130+1=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #208201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208201 is #DF7DFE. Grayscale: #565656. Windows color (decimal): -14646783 or 98848. OLE color: 98848.

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

Color convert

RGB321301-
CMYK0.7500.990.49
HSL105.58º98.47%25.69%-
HSV(B)105.58º99.23%50.98%-
XYZ8.5816.272.72-
YUV85.9980.0389.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 130 (51.17% from 255) = 79.75%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=19.63%
G=79.75%
B=0.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3213010.7500.990.49105.5898.4725.69
Hex208214B063316a621a
Octal40202111301436115214232
Binary1000001000001011001011011000111100011101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208201; }

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

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

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

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

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

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

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

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