Html Css Color HEX #1D8020 Forest Green

📋 copy color: '#1D8020'

red 29 ◦ green 128 ◦ blue 32

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

Shades of Forest Green #1D8020

Tints of Forest Green #1D8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 67.72%

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

R = 15.34%
G = 67.72%
B = 16.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#1D8020 (or 0x1D8020) is known color: Forest Green. HEX triplet: 1D, 80 and 20. RGB value is (29,128,32). Sum of RGB (Red+Green+Blue) = 29+128+32=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #1D8020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8020 is #E27FDF. Grayscale: #575757. Windows color (decimal): -14843872 or 2129949. OLE color: 2129949.

HSL color Cylindrical-coordinate representation of color #1D8020: hue angle of 121.82º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D8020 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 128 32 -
CMYK 0.77 0 0.75 0.50
HSL 121.82º 0.63% 0.31% -
HSV(B) 121.82º 0.77% 0.5% -
XYZ 8.49 15.8 3.97 -
YUV 87.46 96.7 86.31 -
System Red Green Blue C M Y K H S L
Decimal 29 128 32 0.77 0 0.75 0.50 121.82 0.63 0.31
Hex 1D 80 20 4D 0 4B 32 7A 3F 1F
Octal 35 200 40 115 0 113 62 172 77 37
Binary 11101 10000000 100000 1001101 0 1001011 110010 1111010 111111 11111

Color Harmonies of #1D8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8020

Black with #1D8020

Text Example


Text Example

White with #1D8020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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