#172F20

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

Shades of Deep Fir #172F20

Tints of Deep Fir #172F20

Color information

#172F20 (or 0x172F20) is unknown color: approx Deep Fir. HEX triplet: 17, 2F and 20. RGB value is (23,47,32). Sum of RGB (Red+Green+Blue) = 23+47+32=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #172F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F20 is #E8D0DF. Grayscale: #262626. Windows color (decimal): -15257824 or 2109207. OLE color: 2109207.

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

Color convert

RGB234732-
CMYK0.5100.320.82
HSL142.5º34.29%13.73%-
HSV(B)142.5º51.06%18.43%-
XYZ1.632.321.73-
YUV38.11124.55117.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.55%
GREEN value IS 47 (18.75% from 255) = 46.08%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=22.55%
G=46.08%
B=31.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2347320.5100.320.82142.534.2913.73
Hex172F2033020528e22e
Octal275740630401222164216
Binary1011110111110000011001101000001010010100011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,47,32); }

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

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

 a { background-color: rgb(23,47,32); }

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

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

 span { border-color: rgb(23,47,32); }

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