#1D8D16

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

Shades of Forest Green #1D8D16

Tints of Forest Green #1D8D16

Color information

#1D8D16 (or 0x1D8D16) is unknown color: approx Forest Green. HEX triplet: 1D, 8D and 16. RGB value is (29,141,22). Sum of RGB (Red+Green+Blue) = 29+141+22=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 141 (55.47% from 255 or 73.44% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8D16 is #E272E9. Grayscale: #5E5E5E. Windows color (decimal): -14840554 or 1477917. OLE color: 1477917.

HSL color Cylindrical-coordinate representation of color #1D8D16: hue angle of 116.47º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D8D16 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB2914122-
CMYK0.7900.840.45
HSL116.47º73.01%31.96%-
HSV(B)116.47º84.4%55.29%-
XYZ10.1819.373.96-
YUV93.9587.3981.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 141 (55.47% from 255) = 73.44%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=15.10%
G=73.44%
B=11.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29141220.7900.840.45116.4773.0131.96
Hex1D8D164F0542D744920
Octal352152611701245516411140
Binary11101100011011011010011110101010010110111101001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,141,22); }

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

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

 a { background-color: rgb(29,141,22); }

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

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

 span { border-color: rgb(29,141,22); }

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