#208F15

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

Shades of Forest Green #208F15

Tints of Forest Green #208F15

Color information

#208F15 (or 0x208F15) is unknown color: approx Forest Green. HEX triplet: 20, 8F and 15. RGB value is (32,143,21). Sum of RGB (Red+Green+Blue) = 32+143+21=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 143 (56.25% from 255 or 72.96% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 143 - color contains mainly: green. Hex color #208F15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #208F15 is #DF70EA. Grayscale: #606060. Windows color (decimal): -14643435 or 1412896. OLE color: 1412896.

HSL color Cylindrical-coordinate representation of color #208F15: hue angle of 114.59º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208F15 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB3214321-
CMYK0.7800.850.44
HSL114.59º74.39%32.16%-
HSV(B)114.59º85.31%56.08%-
XYZ10.5520.014.01-
YUV95.985.7382.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 143 (56.25% from 255) = 72.96%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=16.33%
G=72.96%
B=10.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32143210.7800.850.44114.5974.3932.16
Hex208F154E0552C734a20
Octal402172511601255416311240
Binary100000100011111010110011100101010110110011100111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,143,21); }

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

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

 a { background-color: rgb(32,143,21); }

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

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

 span { border-color: rgb(32,143,21); }

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