#172C1F

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

Shades of Deep Fir #172C1F

Tints of Deep Fir #172C1F

Color information

#172C1F (or 0x172C1F) is unknown color: approx Deep Fir. HEX triplet: 17, 2C and 1F. RGB value is (23,44,31). Sum of RGB (Red+Green+Blue) = 23+44+31=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 44 - color contains mainly: green. Hex color #172C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C1F is #E8D3E0. Grayscale: #242424. Windows color (decimal): -15258593 or 2042903. OLE color: 2042903.

HSL color Cylindrical-coordinate representation of color #172C1F: hue angle of 142.86º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #172C1F is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB234431-
CMYK0.4800.300.83
HSL142.86º31.34%13.14%-
HSV(B)142.86º47.73%17.25%-
XYZ1.52.081.62-
YUV36.24125.04118.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.47%
GREEN value IS 44 (17.58% from 255) = 44.90%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=23.47%
G=44.90%
B=31.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2344310.4800.300.83142.8631.3413.14
Hex172C1F3001E538f1fd
Octal275437600361232173715
Binary1011110110011111110000011110101001110001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172C1F; }

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

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

<style>
 a { background-color: #172C1F; }

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

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

<style>
 span { border-color: #172C1F; }

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

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