#108D1F

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

Shades of Forest Green #108D1F

Tints of Forest Green #108D1F

Color information

#108D1F (or 0x108D1F) is unknown color: approx Forest Green. HEX triplet: 10, 8D and 1F. RGB value is (16,141,31). Sum of RGB (Red+Green+Blue) = 16+141+31=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 141 (55.47% from 255 or 75% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 141 - color contains mainly: green. Hex color #108D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108D1F is #EF72E0. Grayscale: #5B5B5B. Windows color (decimal): -15692513 or 2067728. OLE color: 2067728.

HSL color Cylindrical-coordinate representation of color #108D1F: hue angle of 127.2º 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 #108D1F is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB1614131-
CMYK0.8900.780.45
HSL127.2º79.62%30.78%-
HSV(B)127.2º88.65%55.29%-
XYZ9.9919.264.49-
YUV91.0894.0974.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 141 (55.47% from 255) = 75%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=8.51%
G=75%
B=16.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16141310.8900.780.45127.279.6230.78
Hex108D1F5904E2D7f501f
Octal202153713101165517712037
Binary1000010001101111111011001010011101011011111111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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