#207E14

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

Shades of Forest Green #207E14

Tints of Forest Green #207E14

Color information

#207E14 (or 0x207E14) is unknown color: approx Forest Green. HEX triplet: 20, 7E and 14. RGB value is (32,126,20). Sum of RGB (Red+Green+Blue) = 32+126+20=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 126 (49.61% from 255 or 70.79% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 126 - color contains mainly: green. Hex color #207E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207E14 is #DF81EB. Grayscale: #565656. Windows color (decimal): -14647788 or 1343008. OLE color: 1343008.

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

Color convert

RGB3212620-
CMYK0.7500.840.51
HSL113.21º72.6%28.63%-
HSV(B)113.21º84.13%49.41%-
XYZ8.1815.283.18-
YUV85.8190.8689.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 126 (49.61% from 255) = 70.79%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=17.98%
G=70.79%
B=11.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32126200.7500.840.51113.2172.628.63
Hex207E144B0543371491d
Octal401762411301246316111135
Binary1000001111110101001001011010101001100111110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,126,20); }

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

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

 a { background-color: rgb(32,126,20); }

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

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

 span { border-color: rgb(32,126,20); }

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