#208500

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

Shades of Green #208500

Tints of Green #208500

Color information

#208500 (or 0x208500) is unknown color: approx Green. HEX triplet: 20, 85 and 00. RGB value is (32,133,0). Sum of RGB (Red+Green+Blue) = 32+133+0=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 133 (52.34% from 255 or 80.61% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 133 - color contains mainly: green. Hex color #208500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208500 is #DF7AFF. Grayscale: #585858. Windows color (decimal): -14646016 or 34080. OLE color: 34080.

HSL color Cylindrical-coordinate representation of color #208500: hue angle of 105.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #208500 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB321330-
CMYK0.76010.48
HSL105.56º100%26.08%-
HSV(B)105.56º100%52.16%-
XYZ8.9817.082.82-
YUV87.6478.5488.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 133 (52.34% from 255) = 80.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.39%
G=80.61%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3213300.76010.48105.5610026.08
Hex208504C064306a641a
Octal40205011401446015214432
Binary1000001000010101001100011001001100001101010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208500; }

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

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

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

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

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

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

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

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