#207017

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

Shades of Forest Green #207017

Tints of Forest Green #207017

Color information

#207017 (or 0x207017) is unknown color: approx Forest Green. HEX triplet: 20, 70 and 17. RGB value is (32,112,23). Sum of RGB (Red+Green+Blue) = 32+112+23=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #207017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207017 is #DF8FE8. Grayscale: #4E4E4E. Windows color (decimal): -14651369 or 1536032. OLE color: 1536032.

HSL color Cylindrical-coordinate representation of color #207017: hue angle of 113.93º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207017 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB3211223-
CMYK0.7100.790.56
HSL113.93º65.93%26.47%-
HSV(B)113.93º79.46%43.92%-
XYZ6.5411.962.77-
YUV77.939795.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 112 (44.14% from 255) = 67.07%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=19.16%
G=67.07%
B=13.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112230.7100.790.56113.9365.9326.47
Hex2070174704F3872421a
Octal401602710701177016210232
Binary1000001110000101111000111010011111110001110010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207017; }

 p { color: rgb(32,112,23); }

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

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

 a { background-color: rgb(32,112,23); }

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

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

 span { border-color: rgb(32,112,23); }

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