#173A1D

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

Shades of Deep Fir #173A1D

Tints of Deep Fir #173A1D

Color information

#173A1D (or 0x173A1D) is unknown color: approx Deep Fir. HEX triplet: 17, 3A and 1D. RGB value is (23,58,29). Sum of RGB (Red+Green+Blue) = 23+58+29=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #173A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A1D is #E8C5E2. Grayscale: #2C2C2C. Windows color (decimal): -15255011 or 1915415. OLE color: 1915415.

HSL color Cylindrical-coordinate representation of color #173A1D: hue angle of 130.29º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173A1D is Cyan = 0.60, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.

Color convert

RGB235829-
CMYK0.6000.50.77
HSL130.29º43.21%15.88%-
HSV(B)130.29º60.34%22.75%-
XYZ2.093.31.69-
YUV44.23119.4112.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.91%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=20.91%
G=52.73%
B=26.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2358290.6000.50.77130.2943.2115.88
Hex173A1D3C0324D822b10
Octal277235740621152025320
Binary1011111101011101111100011001010011011000001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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