#113E1F

Color #113E1F Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #113E1F

Tints of Deep Fir #113E1F

Color information

#113E1F (or 0x113E1F) is unknown color: approx Deep Fir. HEX triplet: 11, 3E and 1F. RGB value is (17,62,31). Sum of RGB (Red+Green+Blue) = 17+62+31=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #113E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E1F is #EEC1E0. Grayscale: #2D2D2D. Windows color (decimal): -15647201 or 2047505. OLE color: 2047505.

HSL color Cylindrical-coordinate representation of color #113E1F: hue angle of 138.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E1F is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB176231-
CMYK0.7300.50.76
HSL138.67º56.96%15.49%-
HSV(B)138.67º72.58%24.31%-
XYZ2.23.661.89-
YUV45.01120.09108.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 62 (24.61% from 255) = 56.36%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=15.45%
G=56.36%
B=28.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1762310.7300.50.76138.6756.9615.49
Hex113E1F490324C8b39f
Octal2176371110621142137117
Binary1000111111011111100100101100101001100100010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113E1F; }

 p { color: rgb(17,62,31); }

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

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

 a { background-color: rgb(17,62,31); }

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

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

 span { border-color: rgb(17,62,31); }

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