Html Css Color HEX #10701D Forest Green

📋 copy color: '#10701D'

red 16 ◦ green 112 ◦ blue 29

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

Shades of Forest Green #10701D

Tints of Forest Green #10701D

RGB

 RED value IS 16 (6.64% from 255) = 10.19%

 GREEN value IS 112 (44.14% from 255) = 71.34%

 BLUE value IS 29 (11.72% from 255) = 18.47%

R = 10.19%
G = 71.34%
B = 18.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#10701D (or 0x10701D) is known color: Forest Green. HEX triplet: 10, 70 and 1D. RGB value is (16,112,29). Sum of RGB (Red+Green+Blue) = 16+112+29=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #10701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10701D is #EF8FE2. Grayscale: #4A4A4A. Windows color (decimal): -15699939 or 1929232. OLE color: 1929232.

HSL color Cylindrical-coordinate representation of color #10701D: hue angle of 128.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10701D is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 112 29 -
CMYK 0.86 0 0.74 0.56
HSL 128.13º 0.75% 0.25% -
HSV(B) 128.13º 0.86% 0.44% -
XYZ 6.23 11.79 3.11 -
YUV 73.83 102.7 86.75 -
System Red Green Blue C M Y K H S L
Decimal 16 112 29 0.86 0 0.74 0.56 128.13 0.75 0.25
Hex 10 70 1D 56 0 4A 38 80 4B 19
Octal 20 160 35 126 0 112 70 200 113 31
Binary 10000 1110000 11101 1010110 0 1001010 111000 10000000 1001011 11001

Color Harmonies of #10701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10701D

Black with #10701D

Text Example


Text Example

White with #10701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10701D; }

 p { color: rgb(16,112,29); }

 H1.HeaderClassName
 {
   color: #10701D;
 }
 .AnyTagClassName
 {
   color: #10701D;
 }
</style>

background-color css

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

 a { background-color: rgb(16,112,29); }

 div.DivClassName
 {
   background-color: #10701D;
 }
 .BgClassName
 {
   background-color: #10701D;
 }
</style>

border-color css

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

 span { border-color: rgb(16,112,29); }

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