#208A2F

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

Shades of Forest Green #208A2F

Tints of Forest Green #208A2F

Color information

#208A2F (or 0x208A2F) is unknown color: approx Forest Green. HEX triplet: 20, 8A and 2F. RGB value is (32,138,47). Sum of RGB (Red+Green+Blue) = 32+138+47=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 138 (54.30% from 255 or 63.59% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 138 - color contains mainly: green. Hex color #208A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208A2F is #DF75D0. Grayscale: #606060. Windows color (decimal): -14644689 or 3115552. OLE color: 3115552.

HSL color Cylindrical-coordinate representation of color #208A2F: hue angle of 128.49º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A2F is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB3213847-
CMYK0.7700.660.46
HSL128.49º62.35%33.33%-
HSV(B)128.49º76.81%54.12%-
XYZ10.218.695.76-
YUV95.93100.3882.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 138 (54.30% from 255) = 63.59%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=14.75%
G=63.59%
B=21.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32138470.7700.660.46128.4962.3533.33
Hex208A2F4D0422E803e21
Octal40212571150102562007641
Binary1000001000101010111110011010100001010111010000000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,138,47); }

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

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

 a { background-color: rgb(32,138,47); }

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

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

 span { border-color: rgb(32,138,47); }

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