Html Css Color HEX #10731F Forest Green

📋 copy color: '#10731F'

red 16 ◦ green 115 ◦ blue 31

#10731F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #10731F

Tints of Forest Green #10731F

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 value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#10731F (or 0x10731F) is known color: 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

RGB 16 115 31 -
CMYK 0.86 0 0.73 0.55
HSL 129.09º 0.76% 0.26% -
HSV(B) 129.09º 0.86% 0.45% -
XYZ 6.59 12.47 3.36 -
YUV 75.82 102.7 85.33 -
System Red Green Blue C M Y K H S L
Decimal 16 115 31 0.86 0 0.73 0.55 129.09 0.76 0.26
Hex 10 73 1F 56 0 49 37 81 4C 1A
Octal 20 163 37 126 0 111 67 201 114 32
Binary 10000 1110011 11111 1010110 0 1001001 110111 10000001 1001100 11010

Color Harmonies of #10731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10731F

Black with #10731F

Text Example


Text Example

White with #10731F

Text Example


Text Example

HTML Codes & Css Web 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>