#208225

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

Shades of Forest Green #208225

Tints of Forest Green #208225

Color information

#208225 (or 0x208225) is unknown color: approx Forest Green. HEX triplet: 20, 82 and 25. RGB value is (32,130,37). Sum of RGB (Red+Green+Blue) = 32+130+37=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #208225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208225 is #DF7DDA. Grayscale: #5A5A5A. Windows color (decimal): -14646747 or 2458144. OLE color: 2458144.

HSL color Cylindrical-coordinate representation of color #208225: hue angle of 123.06º 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 #208225 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB3213037-
CMYK0.7500.720.49
HSL123.06º60.49%31.76%-
HSV(B)123.06º75.38%50.98%-
XYZ8.9116.414.45-
YUV90.198.0386.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 130 (51.17% from 255) = 65.33%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=16.08%
G=65.33%
B=18.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130370.7500.720.49123.0660.4931.76
Hex2082254B048317b3c20
Octal40202451130110611737440
Binary100000100000101001011001011010010001100011111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208225; }

 p { color: rgb(32,130,37); }

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

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

 a { background-color: rgb(32,130,37); }

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

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

 span { border-color: rgb(32,130,37); }

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