#173C1D

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

Shades of Deep Fir #173C1D

Tints of Deep Fir #173C1D

Color information

#173C1D (or 0x173C1D) is unknown color: approx Deep Fir. HEX triplet: 17, 3C and 1D. RGB value is (23,60,29). Sum of RGB (Red+Green+Blue) = 23+60+29=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #173C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C1D is #E8C3E2. Grayscale: #2D2D2D. Windows color (decimal): -15254499 or 1915927. OLE color: 1915927.

HSL color Cylindrical-coordinate representation of color #173C1D: hue angle of 129.73º 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 #173C1D is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB236029-
CMYK0.6200.520.76
HSL129.73º44.58%16.27%-
HSV(B)129.73º61.67%23.53%-
XYZ2.193.51.72-
YUV45.4118.74112.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.54%
GREEN value IS 60 (23.83% from 255) = 53.57%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=20.54%
G=53.57%
B=25.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2360290.6200.520.76129.7344.5816.27
Hex173C1D3E0344C822d10
Octal277435760641142025520
Binary1011111110011101111110011010010011001000001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,60,29); }

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

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

 a { background-color: rgb(23,60,29); }

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

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

 span { border-color: rgb(23,60,29); }

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