#20AC1D

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

Shades of Forest Green #20AC1D

Tints of Forest Green #20AC1D

Color information

#20AC1D (or 0x20AC1D) is unknown color: approx Forest Green. HEX triplet: 20, AC and 1D. RGB value is (32,172,29). Sum of RGB (Red+Green+Blue) = 32+172+29=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 172 (67.58% from 255 or 73.82% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC1D is #DF53E2. Grayscale: #727272. Windows color (decimal): -14636003 or 1944608. OLE color: 1944608.

HSL color Cylindrical-coordinate representation of color #20AC1D: hue angle of 118.74º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AC1D is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB3217229-
CMYK0.8100.830.33
HSL118.74º71.14%39.41%-
HSV(B)118.74º83.14%67.45%-
XYZ15.5729.96.11-
YUV113.8480.1269.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.73%
GREEN value IS 172 (67.58% from 255) = 73.82%
BLUE value IS 29 (11.72% from 255) = 12.45%
R=13.73%
G=73.82%
B=12.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32172290.8100.830.33118.7471.1439.41
Hex20AC1D5105321774727
Octal402543512101234116710747
Binary100000101011001110110100010101001110000111101111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20AC1D; }

 p { color: rgb(32,172,29); }

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

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

 a { background-color: rgb(32,172,29); }

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

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

 span { border-color: rgb(32,172,29); }

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