#1D8218

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

Shades of Forest Green #1D8218

Tints of Forest Green #1D8218

Color information

#1D8218 (or 0x1D8218) is unknown color: approx Forest Green. HEX triplet: 1D, 82 and 18. RGB value is (29,130,24). Sum of RGB (Red+Green+Blue) = 29+130+24=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8218 is #E27DE7. Grayscale: #585858. Windows color (decimal): -14843368 or 1606173. OLE color: 1606173.

HSL color Cylindrical-coordinate representation of color #1D8218: hue angle of 117.17º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D8218 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB2913024-
CMYK0.7800.820.49
HSL117.17º68.83%30.2%-
HSV(B)117.17º81.54%50.98%-
XYZ8.6516.293.55-
YUV87.7292.0486.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=15.85%
G=71.04%
B=13.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29130240.7800.820.49117.1768.8330.2
Hex1D82184E0523175451e
Octal352023011601226116510536
Binary1110110000010110001001110010100101100011110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,130,24); }

 H1.HeaderClassName
 {
   color: #1D8218;
 }
 .AnyTagClassName
 {
   color: #1D8218;
 }
</style>
background-color css

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

 a { background-color: rgb(29,130,24); }

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

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

 span { border-color: rgb(29,130,24); }

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