#207B16

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

Shades of Forest Green #207B16

Tints of Forest Green #207B16

Color information

#207B16 (or 0x207B16) is unknown color: approx Forest Green. HEX triplet: 20, 7B and 16. RGB value is (32,123,22). Sum of RGB (Red+Green+Blue) = 32+123+22=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 123 (48.44% from 255 or 69.49% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 123 - color contains mainly: green. Hex color #207B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207B16 is #DF84E9. Grayscale: #545454. Windows color (decimal): -14648554 or 1473312. OLE color: 1473312.

HSL color Cylindrical-coordinate representation of color #207B16: hue angle of 114.06º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207B16 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB3212322-
CMYK0.7400.820.52
HSL114.06º69.66%28.43%-
HSV(B)114.06º82.11%48.24%-
XYZ7.8214.533.15-
YUV84.2892.8590.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 123 (48.44% from 255) = 69.49%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=18.08%
G=69.49%
B=12.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123220.7400.820.52114.0669.6628.43
Hex207B164A0523472461c
Octal401732611201226416210634
Binary1000001111011101101001010010100101101001110010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207B16; }

 p { color: rgb(32,123,22); }

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

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

 a { background-color: rgb(32,123,22); }

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

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

 span { border-color: rgb(32,123,22); }

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