#107318

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

Shades of Forest Green #107318

Tints of Forest Green #107318

Color information

#107318 (or 0x107318) is unknown color: approx Forest Green. HEX triplet: 10, 73 and 18. RGB value is (16,115,24). Sum of RGB (Red+Green+Blue) = 16+115+24=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #107318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107318 is #EF8CE7. Grayscale: #4B4B4B. Windows color (decimal): -15699176 or 1602320. OLE color: 1602320.

HSL color Cylindrical-coordinate representation of color #107318: hue angle of 124.85º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107318 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1611524-
CMYK0.8600.790.55
HSL124.85º75.57%25.69%-
HSV(B)124.85º86.09%45.1%-
XYZ6.5112.442.92-
YUV75.0399.285.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 115 (45.31% from 255) = 74.19%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=10.32%
G=74.19%
B=15.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16115240.8600.790.55124.8575.5725.69
Hex1073185604F377d4c1a
Octal201633012601176717511432
Binary100001110011110001010110010011111101111111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107318; }

 p { color: rgb(16,115,24); }

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

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

 a { background-color: rgb(16,115,24); }

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

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

 span { border-color: rgb(16,115,24); }

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