#172E1F

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

Shades of Deep Fir #172E1F

Tints of Deep Fir #172E1F

Color information

#172E1F (or 0x172E1F) is unknown color: approx Deep Fir. HEX triplet: 17, 2E and 1F. RGB value is (23,46,31). Sum of RGB (Red+Green+Blue) = 23+46+31=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #172E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E1F is #E8D1E0. Grayscale: #252525. Windows color (decimal): -15258081 or 2043415. OLE color: 2043415.

HSL color Cylindrical-coordinate representation of color #172E1F: hue angle of 140.87º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #172E1F is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB234631-
CMYK0.5000.330.82
HSL140.87º33.33%13.53%-
HSV(B)140.87º50%18.04%-
XYZ1.582.241.64-
YUV37.41124.38117.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23%
GREEN value IS 46 (18.36% from 255) = 46%
BLUE value IS 31 (12.5% from 255) = 31%
R=23%
G=46%
B=31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2346310.5000.330.82140.8733.3313.53
Hex172E1F32021528d21e
Octal275637620411222154116
Binary101111011101111111001001000011010010100011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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