#173D1F

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

Shades of Deep Fir #173D1F

Tints of Deep Fir #173D1F

Color information

#173D1F (or 0x173D1F) is unknown color: approx Deep Fir. HEX triplet: 17, 3D and 1F. RGB value is (23,61,31). Sum of RGB (Red+Green+Blue) = 23+61+31=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #173D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D1F is #E8C2E0. Grayscale: #2E2E2E. Windows color (decimal): -15254241 or 2047255. OLE color: 2047255.

HSL color Cylindrical-coordinate representation of color #173D1F: hue angle of 132.63º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173D1F is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB236131-
CMYK0.6200.490.76
HSL132.63º45.24%16.47%-
HSV(B)132.63º62.3%23.92%-
XYZ2.273.621.88-
YUV46.22119.41111.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20%
GREEN value IS 61 (24.22% from 255) = 53.04%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=20%
G=53.04%
B=26.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2361310.6200.490.76132.6345.2416.47
Hex173D1F3E0314C852d10
Octal277537760611142055520
Binary1011111110111111111110011000110011001000010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173D1F; }

 p { color: rgb(23,61,31); }

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

<style>
 a { background-color: #173D1F; }

 a { background-color: rgb(23,61,31); }

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

<style>
 span { border-color: #173D1F; }

 span { border-color: rgb(23,61,31); }

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