Html Css Color HEX #10741F Forest Green

📋 copy color: '#10741F'

red 16 ◦ green 116 ◦ blue 31

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

Shades of Forest Green #10741F

Tints of Forest Green #10741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 71.17%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 9.82%
G = 71.17%
B = 19.02%

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

#10741F (or 0x10741F) is known color: Forest Green. HEX triplet: 10, 74 and 1F. RGB value is (16,116,31). Sum of RGB (Red+Green+Blue) = 16+116+31=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 116 (45.70% from 255 or 71.17% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 116 - color contains mainly: green. Hex color #10741F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10741F is #EF8BE0. Grayscale: #4C4C4C. Windows color (decimal): -15698913 or 2061328. OLE color: 2061328.

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

Color convert

RGB 16 116 31 -
CMYK 0.86 0 0.73 0.55
HSL 129º 0.76% 0.26% -
HSV(B) 129º 0.86% 0.45% -
XYZ 6.71 12.7 3.39 -
YUV 76.41 102.37 84.91 -
System Red Green Blue C M Y K H S L
Decimal 16 116 31 0.86 0 0.73 0.55 129 0.76 0.26
Hex 10 74 1F 56 0 49 37 81 4C 1A
Octal 20 164 37 126 0 111 67 201 114 32
Binary 10000 1110100 11111 1010110 0 1001001 110111 10000001 1001100 11010

Color Harmonies of #10741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10741F

Black with #10741F

Text Example


Text Example

White with #10741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10741F;
 }
 .AnyTagClassName
 {
   color: #10741F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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