#208C35

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

Shades of Forest Green #208C35

Tints of Forest Green #208C35

Color information

#208C35 (or 0x208C35) is unknown color: approx Forest Green. HEX triplet: 20, 8C and 35. RGB value is (32,140,53). Sum of RGB (Red+Green+Blue) = 32+140+53=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #208C35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208C35 is #DF73CA. Grayscale: #626262. Windows color (decimal): -14644171 or 3509280. OLE color: 3509280.

HSL color Cylindrical-coordinate representation of color #208C35: hue angle of 131.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208C35 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB3214053-
CMYK0.7700.620.45
HSL131.67º62.79%33.73%-
HSV(B)131.67º77.14%54.9%-
XYZ10.6219.326.54-
YUV97.79102.7281.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 140 (55.08% from 255) = 62.22%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=14.22%
G=62.22%
B=23.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140530.7700.620.45131.6762.7933.73
Hex208C354D03E2D843f22
Octal4021465115076552047742
Binary100000100011001101011001101011111010110110000100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208C35; }

 p { color: rgb(32,140,53); }

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

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

 a { background-color: rgb(32,140,53); }

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

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

 span { border-color: rgb(32,140,53); }

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