#208129

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

Shades of Forest Green #208129

Tints of Forest Green #208129

Color information

#208129 (or 0x208129) is unknown color: approx Forest Green. HEX triplet: 20, 81 and 29. RGB value is (32,129,41). Sum of RGB (Red+Green+Blue) = 32+129+41=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #208129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208129 is #DF7ED6. Grayscale: #5A5A5A. Windows color (decimal): -14646999 or 2720032. OLE color: 2720032.

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

Color convert

RGB3212941-
CMYK0.7500.680.49
HSL125.57º60.25%31.57%-
HSV(B)125.57º75.19%50.59%-
XYZ8.8516.174.75-
YUV89.96100.3686.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.84%
GREEN value IS 129 (50.78% from 255) = 63.86%
BLUE value IS 41 (16.41% from 255) = 20.30%
R=15.84%
G=63.86%
B=20.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32129410.7500.680.49125.5760.2531.57
Hex2081294B044317e3c20
Octal40201511130104611767440
Binary100000100000011010011001011010001001100011111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208129; }

 p { color: rgb(32,129,41); }

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

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

 a { background-color: rgb(32,129,41); }

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

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

 span { border-color: rgb(32,129,41); }

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