#1D8A20

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

Shades of Forest Green #1D8A20

Tints of Forest Green #1D8A20

Color information

#1D8A20 (or 0x1D8A20) is unknown color: approx 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

RGB2913832-
CMYK0.7900.770.46
HSL121.65º65.27%32.75%-
HSV(B)121.65º78.99%54.12%-
XYZ9.8618.544.43-
YUV93.3293.3982.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.57%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29138320.7900.770.46121.6565.2732.75
Hex1D8A204F04D2E7a4121
Octal352124011701155617210141
Binary111011000101010000010011110100110110111011110101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>