Html Css Color HEX #1DA20D Forest Green

📋 copy color: '#1DA20D'

red 29 ◦ green 162 ◦ blue 13

#1DA20D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1DA20D

Tints of Forest Green #1DA20D

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 value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#1DA20D (or 0x1DA20D) is known color: 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

RGB 29 162 13 -
CMYK 0.82 0 0.92 0.36
HSL 113.56º 0.85% 0.34% -
HSV(B) 113.56º 0.92% 0.64% -
XYZ 13.5 26.13 4.71 -
YUV 105.25 75.94 73.62 -
System Red Green Blue C M Y K H S L
Decimal 29 162 13 0.82 0 0.92 0.36 113.56 0.85 0.34
Hex 1D A2 D 52 0 5C 24 72 55 22
Octal 35 242 15 122 0 134 44 162 125 42
Binary 11101 10100010 1101 1010010 0 1011100 100100 1110010 1010101 100010

Color Harmonies of #1DA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA20D

Black with #1DA20D

Text Example


Text Example

White with #1DA20D

Text Example


Text Example

HTML Codes & Css Web 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>