#173A1F

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

Shades of Deep Fir #173A1F

Tints of Deep Fir #173A1F

Color information

#173A1F (or 0x173A1F) is unknown color: approx Deep Fir. HEX triplet: 17, 3A and 1F. RGB value is (23,58,31). Sum of RGB (Red+Green+Blue) = 23+58+31=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #173A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A1F is #E8C5E0. Grayscale: #2C2C2C. Windows color (decimal): -15255009 or 2046487. OLE color: 2046487.

HSL color Cylindrical-coordinate representation of color #173A1F: hue angle of 133.71º 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 #173A1F is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB235831-
CMYK0.6000.470.77
HSL133.71º43.21%15.88%-
HSV(B)133.71º60.34%22.75%-
XYZ2.113.311.82-
YUV44.46120.4112.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.54%
GREEN value IS 58 (23.05% from 255) = 51.79%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=20.54%
G=51.79%
B=27.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2358310.6000.470.77133.7143.2115.88
Hex173A1F3C02F4D862b10
Octal277237740571152065320
Binary1011111101011111111100010111110011011000011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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