#10731F

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

Shades of Forest Green #10731F

Tints of Forest Green #10731F

Color information

#10731F (or 0x10731F) is unknown color: approx Forest Green. HEX triplet: 10, 73 and 1F. RGB value is (16,115,31). Sum of RGB (Red+Green+Blue) = 16+115+31=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #10731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10731F is #EF8CE0. Grayscale: #4C4C4C. Windows color (decimal): -15699169 or 2061072. OLE color: 2061072.

HSL color Cylindrical-coordinate representation of color #10731F: hue angle of 129.09º 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 #10731F is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1611531-
CMYK0.8600.730.55
HSL129.09º75.57%25.69%-
HSV(B)129.09º86.09%45.1%-
XYZ6.5912.473.36-
YUV75.82102.785.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 115 (45.31% from 255) = 70.99%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=9.88%
G=70.99%
B=19.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16115310.8600.730.55129.0975.5725.69
Hex10731F5604937814c1a
Octal201633712601116720111432
Binary1000011100111111110101100100100111011110000001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10731F; }

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

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

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

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

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

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

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

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