#108D1C

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

Shades of Forest Green #108D1C

Tints of Forest Green #108D1C

Color information

#108D1C (or 0x108D1C) is unknown color: approx Forest Green. HEX triplet: 10, 8D and 1C. RGB value is (16,141,28). Sum of RGB (Red+Green+Blue) = 16+141+28=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 141 (55.47% from 255 or 76.22% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 141 - color contains mainly: green. Hex color #108D1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108D1C is #EF72E3. Grayscale: #5B5B5B. Windows color (decimal): -15692516 or 1871120. OLE color: 1871120.

HSL color Cylindrical-coordinate representation of color #108D1C: hue angle of 125.76º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D1C is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1614128-
CMYK0.8900.800.45
HSL125.76º79.62%30.78%-
HSV(B)125.76º88.65%55.29%-
XYZ9.9519.244.29-
YUV90.7492.5974.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 141 (55.47% from 255) = 76.22%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=8.65%
G=76.22%
B=15.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16141280.8900.800.45125.7679.6230.78
Hex108D1C590502D7e501f
Octal202153413101205517612037
Binary1000010001101111001011001010100001011011111110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108D1C; }

 p { color: rgb(16,141,28); }

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

<style>
 a { background-color: #108D1C; }

 a { background-color: rgb(16,141,28); }

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

<style>
 span { border-color: #108D1C; }

 span { border-color: rgb(16,141,28); }

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