Html Css Color HEX #1D8A20 Forest Green

📋 copy color: '#1D8A20'

red 29 ◦ green 138 ◦ blue 32

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

Shades of Forest Green #1D8A20

Tints of Forest Green #1D8A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 69.35%

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

R = 14.57%
G = 69.35%
B = 16.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#1D8A20 (or 0x1D8A20) is known color: Forest Green. HEX triplet: 1D, 8A and 20. RGB value is (29,138,32). Sum of RGB (Red+Green+Blue) = 29+138+32=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8A20 is #E275DF. Grayscale: #5D5D5D. Windows color (decimal): -14841312 or 2132509. OLE color: 2132509.

HSL color Cylindrical-coordinate representation of color #1D8A20: hue angle of 121.65º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A20 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 138 32 -
CMYK 0.79 0 0.77 0.46
HSL 121.65º 0.65% 0.33% -
HSV(B) 121.65º 0.79% 0.54% -
XYZ 9.86 18.54 4.43 -
YUV 93.33 93.39 82.12 -
System Red Green Blue C M Y K H S L
Decimal 29 138 32 0.79 0 0.77 0.46 121.65 0.65 0.33
Hex 1D 8A 20 4F 0 4D 2E 7A 41 21
Octal 35 212 40 117 0 115 56 172 101 41
Binary 11101 10001010 100000 1001111 0 1001101 101110 1111010 1000001 100001

Color Harmonies of #1D8A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8A20

Black with #1D8A20

Text Example


Text Example

White with #1D8A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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