#20761A

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

Shades of Forest Green #20761A

Tints of Forest Green #20761A

Color information

#20761A (or 0x20761A) is unknown color: approx Forest Green. HEX triplet: 20, 76 and 1A. RGB value is (32,118,26). Sum of RGB (Red+Green+Blue) = 32+118+26=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 118 (46.48% from 255 or 67.05% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 118 - color contains mainly: green. Hex color #20761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20761A is #DF89E5. Grayscale: #525252. Windows color (decimal): -14649830 or 1734176. OLE color: 1734176.

HSL color Cylindrical-coordinate representation of color #20761A: hue angle of 116.09º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20761A is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB3211826-
CMYK0.7300.780.54
HSL116.09º63.89%28.24%-
HSV(B)116.09º77.97%46.27%-
XYZ7.2613.343.17-
YUV81.896.5192.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 118 (46.48% from 255) = 67.05%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=18.18%
G=67.05%
B=14.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118260.7300.780.54116.0963.8928.24
Hex20761A4904E3674401c
Octal401663211101166616410034
Binary1000001110110110101001001010011101101101110100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20761A; }

 p { color: rgb(32,118,26); }

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

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

 a { background-color: rgb(32,118,26); }

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

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

 span { border-color: rgb(32,118,26); }

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