#207C13

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

Shades of Forest Green #207C13

Tints of Forest Green #207C13

Color information

#207C13 (or 0x207C13) is unknown color: approx Forest Green. HEX triplet: 20, 7C and 13. RGB value is (32,124,19). Sum of RGB (Red+Green+Blue) = 32+124+19=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 124 (48.83% from 255 or 70.86% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 124 - color contains mainly: green. Hex color #207C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207C13 is #DF83EC. Grayscale: #545454. Windows color (decimal): -14648301 or 1276960. OLE color: 1276960.

HSL color Cylindrical-coordinate representation of color #207C13: hue angle of 112.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207C13 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB3212419-
CMYK0.7400.850.51
HSL112.57º73.43%28.04%-
HSV(B)112.57º84.68%48.63%-
XYZ7.9214.773.05-
YUV84.5291.0290.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 124 (48.83% from 255) = 70.86%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=18.29%
G=70.86%
B=10.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32124190.7400.850.51112.5773.4328.04
Hex207C134A0553371491c
Octal401742311201256316111134
Binary1000001111100100111001010010101011100111110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,124,19); }

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

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

 a { background-color: rgb(32,124,19); }

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

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

 span { border-color: rgb(32,124,19); }

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