#172F1E

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

Shades of Deep Fir #172F1E

Tints of Deep Fir #172F1E

Color information

#172F1E (or 0x172F1E) is unknown color: approx Deep Fir. HEX triplet: 17, 2F and 1E. RGB value is (23,47,30). Sum of RGB (Red+Green+Blue) = 23+47+30=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #172F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F1E is #E8D0E1. Grayscale: #252525. Windows color (decimal): -15257826 or 1978135. OLE color: 1978135.

HSL color Cylindrical-coordinate representation of color #172F1E: hue angle of 137.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 #172F1E is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB234730-
CMYK0.5100.360.82
HSL137.5º34.29%13.73%-
HSV(B)137.5º51.06%18.43%-
XYZ1.62.311.59-
YUV37.89123.55117.38-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 30 (12.11% from 255) = 30%
R=23%
G=47%
B=30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2347300.5100.360.82137.534.2913.73
Hex172F1E33024528a22e
Octal275736630441222124216
Binary101111011111111011001101001001010010100010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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