Html Css Color HEX #1DA520 Forest Green

📋 copy color: '#1DA520'

red 29 ◦ green 165 ◦ blue 32

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

Shades of Forest Green #1DA520

Tints of Forest Green #1DA520

RGB

 RED value IS 29 (11.72% from 255) = 12.83%

 GREEN value IS 165 (64.84% from 255) = 73.01%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 12.83%
G = 73.01%
B = 14.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#1DA520 (or 0x1DA520) is known color: Forest Green. HEX triplet: 1D, A5 and 20. RGB value is (29,165,32). Sum of RGB (Red+Green+Blue) = 29+165+32=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 165 (64.84% from 255 or 73.01% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA520 is #E25ADF. Grayscale: #6D6D6D. Windows color (decimal): -14834400 or 2139421. OLE color: 2139421.

HSL color Cylindrical-coordinate representation of color #1DA520: hue angle of 121.32º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA520 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 29 165 32 -
CMYK 0.82 0 0.81 0.35
HSL 121.32º 0.7% 0.38% -
HSV(B) 121.32º 0.82% 0.65% -
XYZ 14.22 27.28 5.88 -
YUV 109.17 84.44 70.81 -
System Red Green Blue C M Y K H S L
Decimal 29 165 32 0.82 0 0.81 0.35 121.32 0.7 0.38
Hex 1D A5 20 52 0 51 23 79 46 26
Octal 35 245 40 122 0 121 43 171 106 46
Binary 11101 10100101 100000 1010010 0 1010001 100011 1111001 1000110 100110

Color Harmonies of #1DA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA520

Black with #1DA520

Text Example


Text Example

White with #1DA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DA520;
 }
 .AnyTagClassName
 {
   color: #1DA520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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