#1D9116

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

Shades of Forest Green #1D9116

Tints of Forest Green #1D9116

Color information

#1D9116 (or 0x1D9116) is unknown color: approx Forest Green. HEX triplet: 1D, 91 and 16. RGB value is (29,145,22). Sum of RGB (Red+Green+Blue) = 29+145+22=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 145 (57.03% from 255 or 73.98% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9116 is #E26EE9. Grayscale: #606060. Windows color (decimal): -14839530 or 1478941. OLE color: 1478941.

HSL color Cylindrical-coordinate representation of color #1D9116: hue angle of 116.59º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D9116 is Cyan = 0.8, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB2914522-
CMYK0.800.850.43
HSL116.59º73.65%32.75%-
HSV(B)116.59º84.83%56.86%-
XYZ10.7820.574.16-
YUV96.2986.0780-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.80%
GREEN value IS 145 (57.03% from 255) = 73.98%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=14.80%
G=73.98%
B=11.22%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29145220.800.850.43116.5973.6532.75
Hex1D9116500552B754a21
Octal352212612001255316511241
Binary11101100100011011010100000101010110101111101011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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