#1DA20D

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

Shades of Forest Green #1DA20D

Tints of Forest Green #1DA20D

Color information

#1DA20D (or 0x1DA20D) is unknown color: approx Forest Green. HEX triplet: 1D, A2 and 0D. RGB value is (29,162,13). Sum of RGB (Red+Green+Blue) = 29+162+13=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 162 (63.67% from 255 or 79.41% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA20D is #E25DF2. Grayscale: #696969. Windows color (decimal): -14835187 or 893469. OLE color: 893469.

HSL color Cylindrical-coordinate representation of color #1DA20D: hue angle of 113.56º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DA20D is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB2916213-
CMYK0.8200.920.36
HSL113.56º85.14%34.31%-
HSV(B)113.56º91.98%63.53%-
XYZ13.526.134.71-
YUV105.2575.9473.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.22%
GREEN value IS 162 (63.67% from 255) = 79.41%
BLUE value IS 13 (5.47% from 255) = 6.37%
R=14.22%
G=79.41%
B=6.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29162130.8200.920.36113.5685.1434.31
Hex1DA2D5205C24725522
Octal352421512201344416212542
Binary1110110100010110110100100101110010010011100101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DA20D; }

 p { color: rgb(29,162,13); }

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

<style>
 a { background-color: #1DA20D; }

 a { background-color: rgb(29,162,13); }

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

<style>
 span { border-color: #1DA20D; }

 span { border-color: rgb(29,162,13); }

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