#208510

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

Shades of Forest Green #208510

Tints of Forest Green #208510

Color information

#208510 (or 0x208510) is unknown color: approx Forest Green. HEX triplet: 20, 85 and 10. RGB value is (32,133,16). Sum of RGB (Red+Green+Blue) = 32+133+16=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #208510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208510 is #DF7AEF. Grayscale: #595959. Windows color (decimal): -14646000 or 1082656. OLE color: 1082656.

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

Color convert

RGB3213316-
CMYK0.7600.880.48
HSL111.79º78.52%29.22%-
HSV(B)111.79º87.97%52.16%-
XYZ9.0817.123.32-
YUV89.4686.5487.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 133 (52.34% from 255) = 73.48%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=17.68%
G=73.48%
B=8.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32133160.7600.880.48111.7978.5229.22
Hex2085104C05830704f1d
Octal402052011401306016011735
Binary10000010000101100001001100010110001100001110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208510; }

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

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

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

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

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

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

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

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